#c4db74

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

Shades of Sulu #C4DB74

Tints of Sulu #C4DB74

Color information

#C4DB74 (or 0xC4DB74) is unknown color: approx Sulu. HEX triplet: C4, DB and 74. RGB value is (196,219,116). Sum of RGB (Red+Green+Blue) = 196+219+116=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB74 is #3B248B. Grayscale: #C8C8C8. Windows color (decimal): -3875980 or 7658436. OLE color: 7658436.

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

Color convert

RGB196219116-
CMYK0.1100.470.14
HSL73.4º58.86%65.69%-
HSV(B)73.4º47.03%85.88%-
XYZ51.2563.6626.11-
YUV200.3880.38124.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 116 (45.70% from 255) = 21.85%
R=36.91%
G=41.24%
B=21.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962191160.1100.470.1473.458.8665.69
HexC4DB74B02FE493b42
Octal304333164130571611173102
Binary1100010011011011111010010110101111111010010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4db74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4db74; }

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

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

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

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

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

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

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

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