Shades of Sulu #C5FE73
Tints of Sulu #C5FE73
RGB
CMYK
RGB Variations
Color information
#C5FE73 (or 0xC5FE73) is known color: Sulu. HEX triplet: C5, FE and 73. RGB value is (197,254,115). Sum of RGB (Red+Green+Blue) = 197+254+115=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FE73 is #3A018C. Grayscale: #DDDDDD. Windows color (decimal): -3801485 or 7601861. OLE color: 7601861.
HSL color Cylindrical-coordinate representation of color #C5FE73: hue angle of 84.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5FE73 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 115 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.00 |
| HSL | 84.6º | 0.99% | 0.72% | - |
| HSV(B) | 84.6º | 0.55% | 1% | - |
| XYZ | 61.56 | 83.99 | 29.19 | - |
| YUV | 221.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 115 | 0.22 | 0 | 0.55 | 0.00 | 84.6 | 0.99 | 0.72 |
| Hex | C5 | FE | 73 | 16 | 0 | 37 | 0 | 55 | 63 | 48 |
| Octal | 305 | 376 | 163 | 26 | 0 | 67 | 0 | 125 | 143 | 110 |
| Binary | 11000101 | 11111110 | 1110011 | 10110 | 0 | 110111 | 0 | 1010101 | 1100011 | 1001000 |
Color Harmonies of #C5FE73
Complementary color
Monochromatic Colors of #C5FE73
Black with #C5FE73
Text Example
Text Example
White with #C5FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE73; }
p { color: rgb(197,254,115); }
H1.HeaderClassName
{
color: #C5FE73;
}
.AnyTagClassName
{
color: #C5FE73;
}
</style>
background-color css
<style>
a { background-color: #C5FE73; }
a { background-color: rgb(197,254,115); }
div.DivClassName
{
background-color: #C5FE73;
}
.BgClassName
{
background-color: #C5FE73;
}
</style>
border-color css
<style>
span { border-color: #C5FE73; }
span { border-color: rgb(197,254,115); }
td.TdClassName
{
border-color: #C5FE73;
}
.TagClassName
{
border-color: #C5FE73;
}
</style>