Shades of Sulu #C5E070
Tints of Sulu #C5E070
RGB
CMYK
RGB Variations
Color information
#C5E070 (or 0xC5E070) is known color: Sulu. HEX triplet: C5, E0 and 70. RGB value is (197,224,112). Sum of RGB (Red+Green+Blue) = 197+224+112=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E070 is #3A1F8F. Grayscale: #CBCBCB. Windows color (decimal): -3809168 or 7397573. OLE color: 7397573.
HSL color Cylindrical-coordinate representation of color #C5E070: hue angle of 74.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5E070 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 112 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.12 |
| HSL | 74.46º | 0.64% | 0.66% | - |
| HSV(B) | 74.46º | 0.5% | 0.88% | - |
| XYZ | 52.61 | 66.35 | 25.36 | - |
| YUV | 203.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 112 | 0.12 | 0 | 0.50 | 0.12 | 74.46 | 0.64 | 0.66 |
| Hex | C5 | E0 | 70 | C | 0 | 32 | C | 4A | 40 | 42 |
| Octal | 305 | 340 | 160 | 14 | 0 | 62 | 14 | 112 | 100 | 102 |
| Binary | 11000101 | 11100000 | 1110000 | 1100 | 0 | 110010 | 1100 | 1001010 | 1000000 | 1000010 |
Color Harmonies of #C5E070
Complementary color
Monochromatic Colors of #C5E070
Black with #C5E070
Text Example
Text Example
White with #C5E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E070; }
p { color: rgb(197,224,112); }
H1.HeaderClassName
{
color: #C5E070;
}
.AnyTagClassName
{
color: #C5E070;
}
</style>
background-color css
<style>
a { background-color: #C5E070; }
a { background-color: rgb(197,224,112); }
div.DivClassName
{
background-color: #C5E070;
}
.BgClassName
{
background-color: #C5E070;
}
</style>
border-color css
<style>
span { border-color: #C5E070; }
span { border-color: rgb(197,224,112); }
td.TdClassName
{
border-color: #C5E070;
}
.TagClassName
{
border-color: #C5E070;
}
</style>