Shades of Sulu #C5FF66
Tints of Sulu #C5FF66
RGB
CMYK
RGB Variations
Color information
#C5FF66 (or 0xC5FF66) is known color: Sulu. HEX triplet: C5, FF and 66. RGB value is (197,255,102). Sum of RGB (Red+Green+Blue) = 197+255+102=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF66 is #3A0099. Grayscale: #DCDCDC. Windows color (decimal): -3801242 or 6750149. OLE color: 6750149.
HSL color Cylindrical-coordinate representation of color #C5FF66: hue angle of 82.75º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5FF66 is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 102 | - |
| CMYK | 0.23 | 0 | 0.6 | 0 |
| HSL | 82.75º | 1% | 0.7% | - |
| HSV(B) | 82.75º | 0.6% | 1% | - |
| XYZ | 61.18 | 84.35 | 25.63 | - |
| YUV | 220.22 | 61.28 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 102 | 0.23 | 0 | 0.6 | 0 | 82.75 | 1 | 0.7 |
| Hex | C5 | FF | 66 | 17 | 0 | 3C | 0 | 53 | 64 | 46 |
| Octal | 305 | 377 | 146 | 27 | 0 | 74 | 0 | 123 | 144 | 106 |
| Binary | 11000101 | 11111111 | 1100110 | 10111 | 0 | 111100 | 0 | 1010011 | 1100100 | 1000110 |
Color Harmonies of #C5FF66
Complementary color
Monochromatic Colors of #C5FF66
Black with #C5FF66
Text Example
Text Example
White with #C5FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF66; }
p { color: rgb(197,255,102); }
H1.HeaderClassName
{
color: #C5FF66;
}
.AnyTagClassName
{
color: #C5FF66;
}
</style>
background-color css
<style>
a { background-color: #C5FF66; }
a { background-color: rgb(197,255,102); }
div.DivClassName
{
background-color: #C5FF66;
}
.BgClassName
{
background-color: #C5FF66;
}
</style>
border-color css
<style>
span { border-color: #C5FF66; }
span { border-color: rgb(197,255,102); }
td.TdClassName
{
border-color: #C5FF66;
}
.TagClassName
{
border-color: #C5FF66;
}
</style>