Shades of Sulu #C5FC7D
Tints of Sulu #C5FC7D
RGB
CMYK
RGB Variations
Color information
#C5FC7D (or 0xC5FC7D) is known color: Sulu. HEX triplet: C5, FC and 7D. RGB value is (197,252,125). Sum of RGB (Red+Green+Blue) = 197+252+125=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC7D is #3A0382. Grayscale: #DDDDDD. Windows color (decimal): -3801987 or 8256709. OLE color: 8256709.
HSL color Cylindrical-coordinate representation of color #C5FC7D: hue angle of 85.98º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5FC7D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 125 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.01 |
| HSL | 85.98º | 0.95% | 0.74% | - |
| HSV(B) | 85.98º | 0.5% | 0.99% | - |
| XYZ | 61.54 | 82.97 | 32.17 | - |
| YUV | 221.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 125 | 0.22 | 0 | 0.50 | 0.01 | 85.98 | 0.95 | 0.74 |
| Hex | C5 | FC | 7D | 16 | 0 | 32 | 1 | 56 | 5F | 4A |
| Octal | 305 | 374 | 175 | 26 | 0 | 62 | 1 | 126 | 137 | 112 |
| Binary | 11000101 | 11111100 | 1111101 | 10110 | 0 | 110010 | 1 | 1010110 | 1011111 | 1001010 |
Color Harmonies of #C5FC7D
Complementary color
Monochromatic Colors of #C5FC7D
Black with #C5FC7D
Text Example
Text Example
White with #C5FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC7D; }
p { color: rgb(197,252,125); }
H1.HeaderClassName
{
color: #C5FC7D;
}
.AnyTagClassName
{
color: #C5FC7D;
}
</style>
background-color css
<style>
a { background-color: #C5FC7D; }
a { background-color: rgb(197,252,125); }
div.DivClassName
{
background-color: #C5FC7D;
}
.BgClassName
{
background-color: #C5FC7D;
}
</style>
border-color css
<style>
span { border-color: #C5FC7D; }
span { border-color: rgb(197,252,125); }
td.TdClassName
{
border-color: #C5FC7D;
}
.TagClassName
{
border-color: #C5FC7D;
}
</style>