#C2DF8D

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

Shades of Sulu #C2DF8D

Tints of Sulu #C2DF8D

Color information

#C2DF8D (or 0xC2DF8D) is unknown color: approx Sulu. HEX triplet: C2, DF and 8D. RGB value is (194,223,141). Sum of RGB (Red+Green+Blue) = 194+223+141=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DF8D is #3D2072. Grayscale: #CDCDCD. Windows color (decimal): -4006003 or 9297858. OLE color: 9297858.

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

Color convert

RGB194223141-
CMYK0.1300.370.13
HSL81.22º56.16%71.37%-
HSV(B)81.22º36.77%87.45%-
XYZ53.4466.1735.15-
YUV204.9891.89120.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=34.77%
G=39.96%
B=25.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942231410.1300.370.1381.2256.1671.37
HexC2DF8DD025D513847
Octal302337215150451512170107
Binary11000010110111111000110111010100101110110100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DF8D; }

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

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

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

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

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

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

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

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