Shades of Sulu #C5EA70
Tints of Sulu #C5EA70
RGB
CMYK
RGB Variations
Color information
#C5EA70 (or 0xC5EA70) is known color: Sulu. HEX triplet: C5, EA and 70. RGB value is (197,234,112). Sum of RGB (Red+Green+Blue) = 197+234+112=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA70 is #3A158F. Grayscale: #D1D1D1. Windows color (decimal): -3806608 or 7400133. OLE color: 7400133.
HSL color Cylindrical-coordinate representation of color #C5EA70: hue angle of 78.2º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5EA70 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 112 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.08 |
| HSL | 78.2º | 0.74% | 0.68% | - |
| HSV(B) | 78.2º | 0.52% | 0.92% | - |
| XYZ | 55.37 | 71.89 | 26.29 | - |
| YUV | 209.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 112 | 0.16 | 0 | 0.52 | 0.08 | 78.2 | 0.74 | 0.68 |
| Hex | C5 | EA | 70 | 10 | 0 | 34 | 8 | 4E | 4A | 44 |
| Octal | 305 | 352 | 160 | 20 | 0 | 64 | 10 | 116 | 112 | 104 |
| Binary | 11000101 | 11101010 | 1110000 | 10000 | 0 | 110100 | 1000 | 1001110 | 1001010 | 1000100 |
Color Harmonies of #C5EA70
Complementary color
Monochromatic Colors of #C5EA70
Black with #C5EA70
Text Example
Text Example
White with #C5EA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA70; }
p { color: rgb(197,234,112); }
H1.HeaderClassName
{
color: #C5EA70;
}
.AnyTagClassName
{
color: #C5EA70;
}
</style>
background-color css
<style>
a { background-color: #C5EA70; }
a { background-color: rgb(197,234,112); }
div.DivClassName
{
background-color: #C5EA70;
}
.BgClassName
{
background-color: #C5EA70;
}
</style>
border-color css
<style>
span { border-color: #C5EA70; }
span { border-color: rgb(197,234,112); }
td.TdClassName
{
border-color: #C5EA70;
}
.TagClassName
{
border-color: #C5EA70;
}
</style>