Shades of Sulu #C5DA8B
Tints of Sulu #C5DA8B
RGB
CMYK
RGB Variations
Color information
#C5DA8B (or 0xC5DA8B) is known color: Sulu. HEX triplet: C5, DA and 8B. RGB value is (197,218,139). Sum of RGB (Red+Green+Blue) = 197+218+139=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DA8B is #3A2574. Grayscale: #CBCBCB. Windows color (decimal): -3810677 or 9165509. OLE color: 9165509.
HSL color Cylindrical-coordinate representation of color #C5DA8B: hue angle of 75.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5DA8B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 139 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.15 |
| HSL | 75.95º | 0.52% | 0.7% | - |
| HSV(B) | 75.95º | 0.36% | 0.85% | - |
| XYZ | 52.76 | 63.88 | 33.98 | - |
| YUV | 202.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 139 | 0.10 | 0 | 0.36 | 0.15 | 75.95 | 0.52 | 0.7 |
| Hex | C5 | DA | 8B | A | 0 | 24 | F | 4C | 34 | 46 |
| Octal | 305 | 332 | 213 | 12 | 0 | 44 | 17 | 114 | 64 | 106 |
| Binary | 11000101 | 11011010 | 10001011 | 1010 | 0 | 100100 | 1111 | 1001100 | 110100 | 1000110 |
Color Harmonies of #C5DA8B
Complementary color
Monochromatic Colors of #C5DA8B
Black with #C5DA8B
Text Example
Text Example
White with #C5DA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA8B; }
p { color: rgb(197,218,139); }
H1.HeaderClassName
{
color: #C5DA8B;
}
.AnyTagClassName
{
color: #C5DA8B;
}
</style>
background-color css
<style>
a { background-color: #C5DA8B; }
a { background-color: rgb(197,218,139); }
div.DivClassName
{
background-color: #C5DA8B;
}
.BgClassName
{
background-color: #C5DA8B;
}
</style>
border-color css
<style>
span { border-color: #C5DA8B; }
span { border-color: rgb(197,218,139); }
td.TdClassName
{
border-color: #C5DA8B;
}
.TagClassName
{
border-color: #C5DA8B;
}
</style>