Shades of Sulu #C5F472
Tints of Sulu #C5F472
RGB
CMYK
RGB Variations
Color information
#C5F472 (or 0xC5F472) is known color: Sulu. HEX triplet: C5, F4 and 72. RGB value is (197,244,114). Sum of RGB (Red+Green+Blue) = 197+244+114=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F472 is #3A0B8D. Grayscale: #D7D7D7. Windows color (decimal): -3804046 or 7533765. OLE color: 7533765.
HSL color Cylindrical-coordinate representation of color #C5F472: hue angle of 81.69º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5F472 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 114 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.04 |
| HSL | 81.69º | 0.86% | 0.7% | - |
| HSV(B) | 81.69º | 0.53% | 0.96% | - |
| XYZ | 58.41 | 77.79 | 27.86 | - |
| YUV | 215.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 114 | 0.19 | 0 | 0.53 | 0.04 | 81.69 | 0.86 | 0.7 |
| Hex | C5 | F4 | 72 | 13 | 0 | 35 | 4 | 52 | 56 | 46 |
| Octal | 305 | 364 | 162 | 23 | 0 | 65 | 4 | 122 | 126 | 106 |
| Binary | 11000101 | 11110100 | 1110010 | 10011 | 0 | 110101 | 100 | 1010010 | 1010110 | 1000110 |
Color Harmonies of #C5F472
Complementary color
Monochromatic Colors of #C5F472
Black with #C5F472
Text Example
Text Example
White with #C5F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F472; }
p { color: rgb(197,244,114); }
H1.HeaderClassName
{
color: #C5F472;
}
.AnyTagClassName
{
color: #C5F472;
}
</style>
background-color css
<style>
a { background-color: #C5F472; }
a { background-color: rgb(197,244,114); }
div.DivClassName
{
background-color: #C5F472;
}
.BgClassName
{
background-color: #C5F472;
}
</style>
border-color css
<style>
span { border-color: #C5F472; }
span { border-color: rgb(197,244,114); }
td.TdClassName
{
border-color: #C5F472;
}
.TagClassName
{
border-color: #C5F472;
}
</style>