Shades of Sulu #C5F76D
Tints of Sulu #C5F76D
RGB
CMYK
RGB Variations
Color information
#C5F76D (or 0xC5F76D) is known color: Sulu. HEX triplet: C5, F7 and 6D. RGB value is (197,247,109). Sum of RGB (Red+Green+Blue) = 197+247+109=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F76D is #3A0892. Grayscale: #D8D8D8. Windows color (decimal): -3803283 or 7206853. OLE color: 7206853.
HSL color Cylindrical-coordinate representation of color #C5F76D: hue angle of 81.74º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5F76D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 109 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.03 |
| HSL | 81.74º | 0.9% | 0.7% | - |
| HSV(B) | 81.74º | 0.56% | 0.97% | - |
| XYZ | 59.05 | 79.5 | 26.7 | - |
| YUV | 216.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 109 | 0.20 | 0 | 0.56 | 0.03 | 81.74 | 0.9 | 0.7 |
| Hex | C5 | F7 | 6D | 14 | 0 | 38 | 3 | 52 | 5A | 46 |
| Octal | 305 | 367 | 155 | 24 | 0 | 70 | 3 | 122 | 132 | 106 |
| Binary | 11000101 | 11110111 | 1101101 | 10100 | 0 | 111000 | 11 | 1010010 | 1011010 | 1000110 |
Color Harmonies of #C5F76D
Complementary color
Monochromatic Colors of #C5F76D
Black with #C5F76D
Text Example
Text Example
White with #C5F76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F76D; }
p { color: rgb(197,247,109); }
H1.HeaderClassName
{
color: #C5F76D;
}
.AnyTagClassName
{
color: #C5F76D;
}
</style>
background-color css
<style>
a { background-color: #C5F76D; }
a { background-color: rgb(197,247,109); }
div.DivClassName
{
background-color: #C5F76D;
}
.BgClassName
{
background-color: #C5F76D;
}
</style>
border-color css
<style>
span { border-color: #C5F76D; }
span { border-color: rgb(197,247,109); }
td.TdClassName
{
border-color: #C5F76D;
}
.TagClassName
{
border-color: #C5F76D;
}
</style>