Shades of Sulu #C5DE72
Tints of Sulu #C5DE72
RGB
CMYK
RGB Variations
Color information
#C5DE72 (or 0xC5DE72) is known color: Sulu. HEX triplet: C5, DE and 72. RGB value is (197,222,114). Sum of RGB (Red+Green+Blue) = 197+222+114=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE72 is #3A218D. Grayscale: #CACACA. Windows color (decimal): -3809678 or 7528133. OLE color: 7528133.
HSL color Cylindrical-coordinate representation of color #C5DE72: hue angle of 73.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5DE72 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 114 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.13 |
| HSL | 73.89º | 0.62% | 0.66% | - |
| HSV(B) | 73.89º | 0.49% | 0.87% | - |
| XYZ | 52.18 | 65.33 | 25.78 | - |
| YUV | 202.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 114 | 0.11 | 0 | 0.49 | 0.13 | 73.89 | 0.62 | 0.66 |
| Hex | C5 | DE | 72 | B | 0 | 31 | D | 4A | 3E | 42 |
| Octal | 305 | 336 | 162 | 13 | 0 | 61 | 15 | 112 | 76 | 102 |
| Binary | 11000101 | 11011110 | 1110010 | 1011 | 0 | 110001 | 1101 | 1001010 | 111110 | 1000010 |
Color Harmonies of #C5DE72
Complementary color
Monochromatic Colors of #C5DE72
Black with #C5DE72
Text Example
Text Example
White with #C5DE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE72; }
p { color: rgb(197,222,114); }
H1.HeaderClassName
{
color: #C5DE72;
}
.AnyTagClassName
{
color: #C5DE72;
}
</style>
background-color css
<style>
a { background-color: #C5DE72; }
a { background-color: rgb(197,222,114); }
div.DivClassName
{
background-color: #C5DE72;
}
.BgClassName
{
background-color: #C5DE72;
}
</style>
border-color css
<style>
span { border-color: #C5DE72; }
span { border-color: rgb(197,222,114); }
td.TdClassName
{
border-color: #C5DE72;
}
.TagClassName
{
border-color: #C5DE72;
}
</style>