Shades of Sulu #C5F473
Tints of Sulu #C5F473
RGB
CMYK
RGB Variations
Color information
#C5F473 (or 0xC5F473) is known color: Sulu. HEX triplet: C5, F4 and 73. RGB value is (197,244,115). Sum of RGB (Red+Green+Blue) = 197+244+115=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F473 is #3A0B8C. Grayscale: #D7D7D7. Windows color (decimal): -3804045 or 7599301. OLE color: 7599301.
HSL color Cylindrical-coordinate representation of color #C5F473: hue angle of 81.86º degrees, saturation: 0.85, 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 #C5F473 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 115 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.04 |
| HSL | 81.86º | 0.85% | 0.7% | - |
| HSV(B) | 81.86º | 0.53% | 0.96% | - |
| XYZ | 58.47 | 77.81 | 28.16 | - |
| YUV | 215.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 115 | 0.19 | 0 | 0.53 | 0.04 | 81.86 | 0.85 | 0.7 |
| Hex | C5 | F4 | 73 | 13 | 0 | 35 | 4 | 52 | 55 | 46 |
| Octal | 305 | 364 | 163 | 23 | 0 | 65 | 4 | 122 | 125 | 106 |
| Binary | 11000101 | 11110100 | 1110011 | 10011 | 0 | 110101 | 100 | 1010010 | 1010101 | 1000110 |
Color Harmonies of #C5F473
Complementary color
Monochromatic Colors of #C5F473
Black with #C5F473
Text Example
Text Example
White with #C5F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F473; }
p { color: rgb(197,244,115); }
H1.HeaderClassName
{
color: #C5F473;
}
.AnyTagClassName
{
color: #C5F473;
}
</style>
background-color css
<style>
a { background-color: #C5F473; }
a { background-color: rgb(197,244,115); }
div.DivClassName
{
background-color: #C5F473;
}
.BgClassName
{
background-color: #C5F473;
}
</style>
border-color css
<style>
span { border-color: #C5F473; }
span { border-color: rgb(197,244,115); }
td.TdClassName
{
border-color: #C5F473;
}
.TagClassName
{
border-color: #C5F473;
}
</style>