Shades of Sulu #C5FB72
Tints of Sulu #C5FB72
RGB
CMYK
RGB Variations
Color information
#C5FB72 (or 0xC5FB72) is known color: Sulu. HEX triplet: C5, FB and 72. RGB value is (197,251,114). Sum of RGB (Red+Green+Blue) = 197+251+114=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB72 is #3A048D. Grayscale: #DBDBDB. Windows color (decimal): -3802254 or 7535557. OLE color: 7535557.
HSL color Cylindrical-coordinate representation of color #C5FB72: hue angle of 83.65º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5FB72 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 114 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.02 |
| HSL | 83.65º | 0.94% | 0.72% | - |
| HSV(B) | 83.65º | 0.55% | 0.98% | - |
| XYZ | 60.56 | 82.08 | 28.57 | - |
| YUV | 219.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 114 | 0.22 | 0 | 0.55 | 0.02 | 83.65 | 0.94 | 0.72 |
| Hex | C5 | FB | 72 | 16 | 0 | 37 | 2 | 54 | 5E | 48 |
| Octal | 305 | 373 | 162 | 26 | 0 | 67 | 2 | 124 | 136 | 110 |
| Binary | 11000101 | 11111011 | 1110010 | 10110 | 0 | 110111 | 10 | 1010100 | 1011110 | 1001000 |
Color Harmonies of #C5FB72
Complementary color
Monochromatic Colors of #C5FB72
Black with #C5FB72
Text Example
Text Example
White with #C5FB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB72; }
p { color: rgb(197,251,114); }
H1.HeaderClassName
{
color: #C5FB72;
}
.AnyTagClassName
{
color: #C5FB72;
}
</style>
background-color css
<style>
a { background-color: #C5FB72; }
a { background-color: rgb(197,251,114); }
div.DivClassName
{
background-color: #C5FB72;
}
.BgClassName
{
background-color: #C5FB72;
}
</style>
border-color css
<style>
span { border-color: #C5FB72; }
span { border-color: rgb(197,251,114); }
td.TdClassName
{
border-color: #C5FB72;
}
.TagClassName
{
border-color: #C5FB72;
}
</style>