Shades of Sulu #C5FE65
Tints of Sulu #C5FE65
RGB
CMYK
RGB Variations
Color information
#C5FE65 (or 0xC5FE65) is known color: Sulu. HEX triplet: C5, FE and 65. RGB value is (197,254,101). Sum of RGB (Red+Green+Blue) = 197+254+101=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FE65 is #3A019A. Grayscale: #DCDCDC. Windows color (decimal): -3801499 or 6684357. OLE color: 6684357.
HSL color Cylindrical-coordinate representation of color #C5FE65: hue angle of 82.35º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5FE65 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 101 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.00 |
| HSL | 82.35º | 0.99% | 0.7% | - |
| HSV(B) | 82.35º | 0.6% | 1% | - |
| XYZ | 60.82 | 83.69 | 25.26 | - |
| YUV | 219.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 101 | 0.22 | 0 | 0.60 | 0.00 | 82.35 | 0.99 | 0.7 |
| Hex | C5 | FE | 65 | 16 | 0 | 3C | 0 | 52 | 63 | 46 |
| Octal | 305 | 376 | 145 | 26 | 0 | 74 | 0 | 122 | 143 | 106 |
| Binary | 11000101 | 11111110 | 1100101 | 10110 | 0 | 111100 | 0 | 1010010 | 1100011 | 1000110 |
Color Harmonies of #C5FE65
Complementary color
Monochromatic Colors of #C5FE65
Black with #C5FE65
Text Example
Text Example
White with #C5FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE65; }
p { color: rgb(197,254,101); }
H1.HeaderClassName
{
color: #C5FE65;
}
.AnyTagClassName
{
color: #C5FE65;
}
</style>
background-color css
<style>
a { background-color: #C5FE65; }
a { background-color: rgb(197,254,101); }
div.DivClassName
{
background-color: #C5FE65;
}
.BgClassName
{
background-color: #C5FE65;
}
</style>
border-color css
<style>
span { border-color: #C5FE65; }
span { border-color: rgb(197,254,101); }
td.TdClassName
{
border-color: #C5FE65;
}
.TagClassName
{
border-color: #C5FE65;
}
</style>