Shades of Sulu #C5FA61
Tints of Sulu #C5FA61
RGB
CMYK
RGB Variations
Color information
#C5FA61 (or 0xC5FA61) is known color: Sulu. HEX triplet: C5, FA and 61. RGB value is (197,250,97). Sum of RGB (Red+Green+Blue) = 197+250+97=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA61 is #3A059E. Grayscale: #D9D9D9. Windows color (decimal): -3802527 or 6421189. OLE color: 6421189.
HSL color Cylindrical-coordinate representation of color #C5FA61: hue angle of 80.78º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5FA61 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 97 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.02 |
| HSL | 80.78º | 0.94% | 0.68% | - |
| HSV(B) | 80.78º | 0.61% | 0.98% | - |
| XYZ | 59.37 | 81.1 | 23.83 | - |
| YUV | 216.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 97 | 0.21 | 0 | 0.61 | 0.02 | 80.78 | 0.94 | 0.68 |
| Hex | C5 | FA | 61 | 15 | 0 | 3D | 2 | 51 | 5E | 44 |
| Octal | 305 | 372 | 141 | 25 | 0 | 75 | 2 | 121 | 136 | 104 |
| Binary | 11000101 | 11111010 | 1100001 | 10101 | 0 | 111101 | 10 | 1010001 | 1011110 | 1000100 |
Color Harmonies of #C5FA61
Complementary color
Monochromatic Colors of #C5FA61
Black with #C5FA61
Text Example
Text Example
White with #C5FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA61; }
p { color: rgb(197,250,97); }
H1.HeaderClassName
{
color: #C5FA61;
}
.AnyTagClassName
{
color: #C5FA61;
}
</style>
background-color css
<style>
a { background-color: #C5FA61; }
a { background-color: rgb(197,250,97); }
div.DivClassName
{
background-color: #C5FA61;
}
.BgClassName
{
background-color: #C5FA61;
}
</style>
border-color css
<style>
span { border-color: #C5FA61; }
span { border-color: rgb(197,250,97); }
td.TdClassName
{
border-color: #C5FA61;
}
.TagClassName
{
border-color: #C5FA61;
}
</style>