#C8DD72

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

Shades of Sulu #C8DD72

Tints of Sulu #C8DD72

Color information

#C8DD72 (or 0xC8DD72) is unknown color: approx Sulu. HEX triplet: C8, DD and 72. RGB value is (200,221,114). Sum of RGB (Red+Green+Blue) = 200+221+114=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD72 is #37228D. Grayscale: #CACACA. Windows color (decimal): -3613326 or 7527880. OLE color: 7527880.

HSL color Cylindrical-coordinate representation of color #C8DD72: hue angle of 71.78º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8DD72 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB200221114-
CMYK0.1000.480.13
HSL71.78º61.14%65.69%-
HSV(B)71.78º48.42%86.67%-
XYZ52.7165.2125.73-
YUV202.5278.04126.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 114 (44.92% from 255) = 21.31%
R=37.38%
G=41.31%
B=21.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002211140.1000.480.1371.7861.1465.69
HexC8DD72A030D483d42
Octal310335162120601511075102
Binary1100100011011101111001010100110000110110010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DD72; }

 p { color: rgb(200,221,114); }

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

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

 a { background-color: rgb(200,221,114); }

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

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

 span { border-color: rgb(200,221,114); }

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