#C4DB72

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

Shades of Sulu #C4DB72

Tints of Sulu #C4DB72

Color information

#C4DB72 (or 0xC4DB72) is unknown color: approx Sulu. HEX triplet: C4, DB and 72. RGB value is (196,219,114). Sum of RGB (Red+Green+Blue) = 196+219+114=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB72 is #3B248D. Grayscale: #C8C8C8. Windows color (decimal): -3875982 or 7527364. OLE color: 7527364.

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

Color convert

RGB196219114-
CMYK0.1100.480.14
HSL73.14º59.32%65.29%-
HSV(B)73.14º47.95%85.88%-
XYZ51.1363.6125.5-
YUV200.1579.38125.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=37.05%
G=41.40%
B=21.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962191140.1100.480.1473.1459.3265.29
HexC4DB72B030E493b41
Octal304333162130601611173101
Binary1100010011011011111001010110110000111010010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DB72; }

 p { color: rgb(196,219,114); }

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

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

 a { background-color: rgb(196,219,114); }

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

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

 span { border-color: rgb(196,219,114); }

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