Shades of Sulu #C5FD7C
Tints of Sulu #C5FD7C
RGB
CMYK
RGB Variations
Color information
#C5FD7C (or 0xC5FD7C) is known color: Sulu. HEX triplet: C5, FD and 7C. RGB value is (197,253,124). Sum of RGB (Red+Green+Blue) = 197+253+124=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD7C is #3A0283. Grayscale: #DEDEDE. Windows color (decimal): -3801732 or 8191429. OLE color: 8191429.
HSL color Cylindrical-coordinate representation of color #C5FD7C: hue angle of 86.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5FD7C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 124 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.01 |
| HSL | 86.05º | 0.97% | 0.74% | - |
| HSV(B) | 86.05º | 0.51% | 0.99% | - |
| XYZ | 61.79 | 83.58 | 31.94 | - |
| YUV | 221.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 124 | 0.22 | 0 | 0.51 | 0.01 | 86.05 | 0.97 | 0.74 |
| Hex | C5 | FD | 7C | 16 | 0 | 33 | 1 | 56 | 61 | 4A |
| Octal | 305 | 375 | 174 | 26 | 0 | 63 | 1 | 126 | 141 | 112 |
| Binary | 11000101 | 11111101 | 1111100 | 10110 | 0 | 110011 | 1 | 1010110 | 1100001 | 1001010 |
Color Harmonies of #C5FD7C
Complementary color
Monochromatic Colors of #C5FD7C
Black with #C5FD7C
Text Example
Text Example
White with #C5FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD7C; }
p { color: rgb(197,253,124); }
H1.HeaderClassName
{
color: #C5FD7C;
}
.AnyTagClassName
{
color: #C5FD7C;
}
</style>
background-color css
<style>
a { background-color: #C5FD7C; }
a { background-color: rgb(197,253,124); }
div.DivClassName
{
background-color: #C5FD7C;
}
.BgClassName
{
background-color: #C5FD7C;
}
</style>
border-color css
<style>
span { border-color: #C5FD7C; }
span { border-color: rgb(197,253,124); }
td.TdClassName
{
border-color: #C5FD7C;
}
.TagClassName
{
border-color: #C5FD7C;
}
</style>