Shades of Sulu #C5DE70
Tints of Sulu #C5DE70
RGB
CMYK
RGB Variations
Color information
#C5DE70 (or 0xC5DE70) is known color: Sulu. HEX triplet: C5, DE and 70. RGB value is (197,222,112). Sum of RGB (Red+Green+Blue) = 197+222+112=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE70 is #3A218F. Grayscale: #CACACA. Windows color (decimal): -3809680 or 7397061. OLE color: 7397061.
HSL color Cylindrical-coordinate representation of color #C5DE70: hue angle of 73.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5DE70 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 112 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.13 |
| HSL | 73.64º | 0.63% | 0.65% | - |
| HSV(B) | 73.64º | 0.5% | 0.87% | - |
| XYZ | 52.07 | 65.28 | 25.19 | - |
| YUV | 201.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 112 | 0.11 | 0 | 0.50 | 0.13 | 73.64 | 0.63 | 0.65 |
| Hex | C5 | DE | 70 | B | 0 | 32 | D | 4A | 3E | 41 |
| Octal | 305 | 336 | 160 | 13 | 0 | 62 | 15 | 112 | 76 | 101 |
| Binary | 11000101 | 11011110 | 1110000 | 1011 | 0 | 110010 | 1101 | 1001010 | 111110 | 1000001 |
Color Harmonies of #C5DE70
Complementary color
Monochromatic Colors of #C5DE70
Black with #C5DE70
Text Example
Text Example
White with #C5DE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE70; }
p { color: rgb(197,222,112); }
H1.HeaderClassName
{
color: #C5DE70;
}
.AnyTagClassName
{
color: #C5DE70;
}
</style>
background-color css
<style>
a { background-color: #C5DE70; }
a { background-color: rgb(197,222,112); }
div.DivClassName
{
background-color: #C5DE70;
}
.BgClassName
{
background-color: #C5DE70;
}
</style>
border-color css
<style>
span { border-color: #C5DE70; }
span { border-color: rgb(197,222,112); }
td.TdClassName
{
border-color: #C5DE70;
}
.TagClassName
{
border-color: #C5DE70;
}
</style>