Shades of Sulu #C5FA65
Tints of Sulu #C5FA65
RGB
CMYK
RGB Variations
Color information
#C5FA65 (or 0xC5FA65) is known color: Sulu. HEX triplet: C5, FA and 65. RGB value is (197,250,101). Sum of RGB (Red+Green+Blue) = 197+250+101=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA65 is #3A059A. Grayscale: #D9D9D9. Windows color (decimal): -3802523 or 6683333. OLE color: 6683333.
HSL color Cylindrical-coordinate representation of color #C5FA65: hue angle of 81.34º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5FA65 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 101 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.02 |
| HSL | 81.34º | 0.94% | 0.69% | - |
| HSV(B) | 81.34º | 0.6% | 0.98% | - |
| XYZ | 59.56 | 81.18 | 24.84 | - |
| YUV | 217.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 101 | 0.21 | 0 | 0.60 | 0.02 | 81.34 | 0.94 | 0.69 |
| Hex | C5 | FA | 65 | 15 | 0 | 3C | 2 | 51 | 5E | 45 |
| Octal | 305 | 372 | 145 | 25 | 0 | 74 | 2 | 121 | 136 | 105 |
| Binary | 11000101 | 11111010 | 1100101 | 10101 | 0 | 111100 | 10 | 1010001 | 1011110 | 1000101 |
Color Harmonies of #C5FA65
Complementary color
Monochromatic Colors of #C5FA65
Black with #C5FA65
Text Example
Text Example
White with #C5FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA65; }
p { color: rgb(197,250,101); }
H1.HeaderClassName
{
color: #C5FA65;
}
.AnyTagClassName
{
color: #C5FA65;
}
</style>
background-color css
<style>
a { background-color: #C5FA65; }
a { background-color: rgb(197,250,101); }
div.DivClassName
{
background-color: #C5FA65;
}
.BgClassName
{
background-color: #C5FA65;
}
</style>
border-color css
<style>
span { border-color: #C5FA65; }
span { border-color: rgb(197,250,101); }
td.TdClassName
{
border-color: #C5FA65;
}
.TagClassName
{
border-color: #C5FA65;
}
</style>