Shades of Sulu #C5FF72
Tints of Sulu #C5FF72
RGB
CMYK
RGB Variations
Color information
#C5FF72 (or 0xC5FF72) is known color: Sulu. HEX triplet: C5, FF and 72. RGB value is (197,255,114). Sum of RGB (Red+Green+Blue) = 197+255+114=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF72 is #3A008D. Grayscale: #DEDEDE. Windows color (decimal): -3801230 or 7536581. OLE color: 7536581.
HSL color Cylindrical-coordinate representation of color #C5FF72: hue angle of 84.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5FF72 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 114 | - |
| CMYK | 0.23 | 0 | 0.55 | 0 |
| HSL | 84.68º | 1% | 0.72% | - |
| HSV(B) | 84.68º | 0.55% | 1% | - |
| XYZ | 61.82 | 84.61 | 28.99 | - |
| YUV | 221.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 114 | 0.23 | 0 | 0.55 | 0 | 84.68 | 1 | 0.72 |
| Hex | C5 | FF | 72 | 17 | 0 | 37 | 0 | 55 | 64 | 48 |
| Octal | 305 | 377 | 162 | 27 | 0 | 67 | 0 | 125 | 144 | 110 |
| Binary | 11000101 | 11111111 | 1110010 | 10111 | 0 | 110111 | 0 | 1010101 | 1100100 | 1001000 |
Color Harmonies of #C5FF72
Complementary color
Monochromatic Colors of #C5FF72
Black with #C5FF72
Text Example
Text Example
White with #C5FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF72; }
p { color: rgb(197,255,114); }
H1.HeaderClassName
{
color: #C5FF72;
}
.AnyTagClassName
{
color: #C5FF72;
}
</style>
background-color css
<style>
a { background-color: #C5FF72; }
a { background-color: rgb(197,255,114); }
div.DivClassName
{
background-color: #C5FF72;
}
.BgClassName
{
background-color: #C5FF72;
}
</style>
border-color css
<style>
span { border-color: #C5FF72; }
span { border-color: rgb(197,255,114); }
td.TdClassName
{
border-color: #C5FF72;
}
.TagClassName
{
border-color: #C5FF72;
}
</style>