#C2FF85

Color #C2FF85 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C2FF85

Tints of Sulu #C2FF85

Color information

#C2FF85 (or 0xC2FF85) is unknown color: approx Sulu. HEX triplet: C2, FF and 85. RGB value is (194,255,133). Sum of RGB (Red+Green+Blue) = 194+255+133=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF85 is #3D007A. Grayscale: #DFDFDF. Windows color (decimal): -3997819 or 8781762. OLE color: 8781762.

HSL color Cylindrical-coordinate representation of color #C2FF85: hue angle of 90º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2FF85 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB194255133-
CMYK0.2400.480
HSL90º100%76.08%-
HSV(B)90º47.84%100%-
XYZ62.2484.6835.26-
YUV222.8577.29107.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=33.33%
G=43.81%
B=22.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551330.2400.4809010076.08
HexC2FF851803005a644c
Octal302377205300600132144114
Binary1100001011111111100001011100001100000101101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF85; }

 p { color: rgb(194,255,133); }

 H1.HeaderClassName
 {
   color: #C2FF85;
 }
 .AnyTagClassName
 {
   color: #C2FF85;
 }
</style>
background-color css

<style>
 a { background-color: #C2FF85; }

 a { background-color: rgb(194,255,133); }

 div.DivClassName
 {
   background-color: #C2FF85;
 }
 .BgClassName
 {
   background-color: #C2FF85;
 }
</style>
border-color css

<style>
 span { border-color: #C2FF85; }

 span { border-color: rgb(194,255,133); }

 td.TdClassName
 {
   border-color: #C2FF85;
 }
 .TagClassName
 {
   border-color: #C2FF85;
 }
</style>