Shades of Sulu #C5FC73
Tints of Sulu #C5FC73
RGB
CMYK
RGB Variations
Color information
#C5FC73 (or 0xC5FC73) is known color: Sulu. HEX triplet: C5, FC and 73. RGB value is (197,252,115). Sum of RGB (Red+Green+Blue) = 197+252+115=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC73 is #3A038C. Grayscale: #DCDCDC. Windows color (decimal): -3801997 or 7601349. OLE color: 7601349.
HSL color Cylindrical-coordinate representation of color #C5FC73: hue angle of 84.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5FC73 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 115 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.01 |
| HSL | 84.09º | 0.96% | 0.72% | - |
| HSV(B) | 84.09º | 0.54% | 0.99% | - |
| XYZ | 60.93 | 82.73 | 28.98 | - |
| YUV | 219.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 115 | 0.22 | 0 | 0.54 | 0.01 | 84.09 | 0.96 | 0.72 |
| Hex | C5 | FC | 73 | 16 | 0 | 36 | 1 | 54 | 60 | 48 |
| Octal | 305 | 374 | 163 | 26 | 0 | 66 | 1 | 124 | 140 | 110 |
| Binary | 11000101 | 11111100 | 1110011 | 10110 | 0 | 110110 | 1 | 1010100 | 1100000 | 1001000 |
Color Harmonies of #C5FC73
Complementary color
Monochromatic Colors of #C5FC73
Black with #C5FC73
Text Example
Text Example
White with #C5FC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC73; }
p { color: rgb(197,252,115); }
H1.HeaderClassName
{
color: #C5FC73;
}
.AnyTagClassName
{
color: #C5FC73;
}
</style>
background-color css
<style>
a { background-color: #C5FC73; }
a { background-color: rgb(197,252,115); }
div.DivClassName
{
background-color: #C5FC73;
}
.BgClassName
{
background-color: #C5FC73;
}
</style>
border-color css
<style>
span { border-color: #C5FC73; }
span { border-color: rgb(197,252,115); }
td.TdClassName
{
border-color: #C5FC73;
}
.TagClassName
{
border-color: #C5FC73;
}
</style>