#C4DC6F

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

Shades of Sulu #C4DC6F

Tints of Sulu #C4DC6F

Color information

#C4DC6F (or 0xC4DC6F) is unknown color: approx Sulu. HEX triplet: C4, DC and 6F. RGB value is (196,220,111). Sum of RGB (Red+Green+Blue) = 196+220+111=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC6F is #3B2390. Grayscale: #C8C8C8. Windows color (decimal): -3875729 or 7331012. OLE color: 7331012.

HSL color Cylindrical-coordinate representation of color #C4DC6F: hue angle of 73.21º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4DC6F is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB196220111-
CMYK0.1100.500.14
HSL73.21º60.89%64.9%-
HSV(B)73.21º49.55%86.27%-
XYZ51.2364.0724.71-
YUV200.477.55124.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 111 (43.75% from 255) = 21.06%
R=37.19%
G=41.75%
B=21.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201110.1100.500.1473.2160.8964.9
HexC4DC6FB032E493d41
Octal304334157130621611175101
Binary1100010011011100110111110110110010111010010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DC6F; }

 p { color: rgb(196,220,111); }

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

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

 a { background-color: rgb(196,220,111); }

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

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

 span { border-color: rgb(196,220,111); }

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