Shades of Sulu #C5DF72
Tints of Sulu #C5DF72
RGB
CMYK
RGB Variations
Color information
#C5DF72 (or 0xC5DF72) is known color: Sulu. HEX triplet: C5, DF and 72. RGB value is (197,223,114). Sum of RGB (Red+Green+Blue) = 197+223+114=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF72 is #3A208D. Grayscale: #CBCBCB. Windows color (decimal): -3809422 or 7528389. OLE color: 7528389.
HSL color Cylindrical-coordinate representation of color #C5DF72: hue angle of 74.31º degrees, saturation: 0.63, 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 #C5DF72 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 114 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.13 |
| HSL | 74.31º | 0.63% | 0.66% | - |
| HSV(B) | 74.31º | 0.49% | 0.87% | - |
| XYZ | 52.45 | 65.86 | 25.87 | - |
| YUV | 202.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 114 | 0.12 | 0 | 0.49 | 0.13 | 74.31 | 0.63 | 0.66 |
| Hex | C5 | DF | 72 | C | 0 | 31 | D | 4A | 3F | 42 |
| Octal | 305 | 337 | 162 | 14 | 0 | 61 | 15 | 112 | 77 | 102 |
| Binary | 11000101 | 11011111 | 1110010 | 1100 | 0 | 110001 | 1101 | 1001010 | 111111 | 1000010 |
Color Harmonies of #C5DF72
Complementary color
Monochromatic Colors of #C5DF72
Black with #C5DF72
Text Example
Text Example
White with #C5DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF72; }
p { color: rgb(197,223,114); }
H1.HeaderClassName
{
color: #C5DF72;
}
.AnyTagClassName
{
color: #C5DF72;
}
</style>
background-color css
<style>
a { background-color: #C5DF72; }
a { background-color: rgb(197,223,114); }
div.DivClassName
{
background-color: #C5DF72;
}
.BgClassName
{
background-color: #C5DF72;
}
</style>
border-color css
<style>
span { border-color: #C5DF72; }
span { border-color: rgb(197,223,114); }
td.TdClassName
{
border-color: #C5DF72;
}
.TagClassName
{
border-color: #C5DF72;
}
</style>