Shades of Sulu #C3DB8C
Tints of Sulu #C3DB8C
RGB
CMYK
RGB Variations
Color information
#C3DB8C (or 0xC3DB8C) is known color: Sulu. HEX triplet: C3, DB and 8C. RGB value is (195,219,140). Sum of RGB (Red+Green+Blue) = 195+219+140=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DB8C is #3C2473. Grayscale: #CBCBCB. Windows color (decimal): -3941492 or 9231299. OLE color: 9231299.
HSL color Cylindrical-coordinate representation of color #C3DB8C: hue angle of 78.23º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3DB8C is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 219 | 140 | - |
CMYK | 0.11 | 0 | 0.36 | 0.14 |
HSL | 78.23º | 0.52% | 0.7% | - |
HSV(B) | 78.23º | 0.36% | 0.86% | - |
XYZ | 52.57 | 64.16 | 34.42 | - |
YUV | 202.82 | 92.55 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 219 | 140 | 0.11 | 0 | 0.36 | 0.14 | 78.23 | 0.52 | 0.7 |
Hex | C3 | DB | 8C | B | 0 | 24 | E | 4E | 34 | 46 |
Octal | 303 | 333 | 214 | 13 | 0 | 44 | 16 | 116 | 64 | 106 |
Binary | 11000011 | 11011011 | 10001100 | 1011 | 0 | 100100 | 1110 | 1001110 | 110100 | 1000110 |
Color Harmonies of #C3DB8C
Complementary color
Monochromatic Colors of #C3DB8C
Black with #C3DB8C
Text Example
Text Example
White with #C3DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB8C; }
p { color: rgb(195,219,140); }
H1.HeaderClassName
{
color: #C3DB8C;
}
.AnyTagClassName
{
color: #C3DB8C;
}
</style>
background-color css
<style>
a { background-color: #C3DB8C; }
a { background-color: rgb(195,219,140); }
div.DivClassName
{
background-color: #C3DB8C;
}
.BgClassName
{
background-color: #C3DB8C;
}
</style>
border-color css
<style>
span { border-color: #C3DB8C; }
span { border-color: rgb(195,219,140); }
td.TdClassName
{
border-color: #C3DB8C;
}
.TagClassName
{
border-color: #C3DB8C;
}
</style>