#C2DF8E

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

Shades of Sulu #C2DF8E

Tints of Sulu #C2DF8E

Color information

#C2DF8E (or 0xC2DF8E) is unknown color: approx Sulu. HEX triplet: C2, DF and 8E. RGB value is (194,223,142). Sum of RGB (Red+Green+Blue) = 194+223+142=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DF8E is #3D2071. Grayscale: #CDCDCD. Windows color (decimal): -4006002 or 9363394. OLE color: 9363394.

HSL color Cylindrical-coordinate representation of color #C2DF8E: hue angle of 81.48º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2DF8E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB194223142-
CMYK0.1300.360.13
HSL81.48º55.86%71.57%-
HSV(B)81.48º36.32%87.45%-
XYZ53.5266.235.55-
YUV205.0992.39120.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=34.70%
G=39.89%
B=25.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942231420.1300.360.1381.4855.8671.57
HexC2DF8ED024D513848
Octal302337216150441512170110
Binary11000010110111111000111011010100100110110100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DF8E; }

 p { color: rgb(194,223,142); }

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

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

 a { background-color: rgb(194,223,142); }

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

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

 span { border-color: rgb(194,223,142); }

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