Shades of Sulu #C5FC6D
Tints of Sulu #C5FC6D
RGB
CMYK
RGB Variations
Color information
#C5FC6D (or 0xC5FC6D) is known color: Sulu. HEX triplet: C5, FC and 6D. RGB value is (197,252,109). Sum of RGB (Red+Green+Blue) = 197+252+109=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC6D is #3A0392. Grayscale: #DBDBDB. Windows color (decimal): -3802003 or 7208133. OLE color: 7208133.
HSL color Cylindrical-coordinate representation of color #C5FC6D: hue angle of 83.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5FC6D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 109 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.01 |
| HSL | 83.08º | 0.96% | 0.71% | - |
| HSV(B) | 83.08º | 0.57% | 0.99% | - |
| XYZ | 60.6 | 82.6 | 27.22 | - |
| YUV | 219.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 109 | 0.22 | 0 | 0.57 | 0.01 | 83.08 | 0.96 | 0.71 |
| Hex | C5 | FC | 6D | 16 | 0 | 39 | 1 | 53 | 60 | 47 |
| Octal | 305 | 374 | 155 | 26 | 0 | 71 | 1 | 123 | 140 | 107 |
| Binary | 11000101 | 11111100 | 1101101 | 10110 | 0 | 111001 | 1 | 1010011 | 1100000 | 1000111 |
Color Harmonies of #C5FC6D
Complementary color
Monochromatic Colors of #C5FC6D
Black with #C5FC6D
Text Example
Text Example
White with #C5FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC6D; }
p { color: rgb(197,252,109); }
H1.HeaderClassName
{
color: #C5FC6D;
}
.AnyTagClassName
{
color: #C5FC6D;
}
</style>
background-color css
<style>
a { background-color: #C5FC6D; }
a { background-color: rgb(197,252,109); }
div.DivClassName
{
background-color: #C5FC6D;
}
.BgClassName
{
background-color: #C5FC6D;
}
</style>
border-color css
<style>
span { border-color: #C5FC6D; }
span { border-color: rgb(197,252,109); }
td.TdClassName
{
border-color: #C5FC6D;
}
.TagClassName
{
border-color: #C5FC6D;
}
</style>