#C2DE85

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

Shades of Sulu #C2DE85

Tints of Sulu #C2DE85

Color information

#C2DE85 (or 0xC2DE85) is unknown color: approx Sulu. HEX triplet: C2, DE and 85. RGB value is (194,222,133). Sum of RGB (Red+Green+Blue) = 194+222+133=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DE85 is #3D217A. Grayscale: #CBCBCB. Windows color (decimal): -4006267 or 8773314. OLE color: 8773314.

HSL color Cylindrical-coordinate representation of color #C2DE85: hue angle of 78.88º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2DE85 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB194222133-
CMYK0.1300.400.13
HSL78.88º57.42%69.61%-
HSV(B)78.88º40.09%87.06%-
XYZ52.665.4132.04-
YUV203.4888.22121.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=35.34%
G=40.44%
B=24.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942221330.1300.400.1378.8857.4269.61
HexC2DE85D028D4f3946
Octal302336205150501511771106
Binary11000010110111101000010111010101000110110011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DE85; }

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

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

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

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

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

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

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

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