#C5DB84

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

Shades of Sulu #C5DB84

Tints of Sulu #C5DB84

Color information

#C5DB84 (or 0xC5DB84) is unknown color: approx Sulu. HEX triplet: C5, DB and 84. RGB value is (197,219,132). Sum of RGB (Red+Green+Blue) = 197+219+132=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB84 is #3A247B. Grayscale: #CACACA. Windows color (decimal): -3810428 or 8707013. OLE color: 8707013.

HSL color Cylindrical-coordinate representation of color #C5DB84: hue angle of 75.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5DB84 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB197219132-
CMYK0.1000.400.14
HSL75.17º54.72%68.82%-
HSV(B)75.17º39.73%85.88%-
XYZ52.5264.231.45-
YUV202.588.21124.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=35.95%
G=39.96%
B=24.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191320.1000.400.1475.1754.7268.82
HexC5DB84A028E4b3745
Octal305333204120501611367105
Binary11000101110110111000010010100101000111010010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DB84; }

 p { color: rgb(197,219,132); }

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

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

 a { background-color: rgb(197,219,132); }

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

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

 span { border-color: rgb(197,219,132); }

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