Shades of Sulu #C9FE66
Tints of Sulu #C9FE66
RGB
CMYK
RGB Variations
Color information
#C9FE66 (or 0xC9FE66) is known color: Sulu. HEX triplet: C9, FE and 66. RGB value is (201,254,102). Sum of RGB (Red+Green+Blue) = 201+254+102=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE66 is #360199. Grayscale: #DDDDDD. Windows color (decimal): -3539354 or 6749897. OLE color: 6749897.
HSL color Cylindrical-coordinate representation of color #C9FE66: hue angle of 80.92º 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 #C9FE66 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 102 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.00 |
| HSL | 80.92º | 0.99% | 0.7% | - |
| HSV(B) | 80.92º | 0.6% | 1% | - |
| XYZ | 61.93 | 84.26 | 25.57 | - |
| YUV | 220.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 102 | 0.21 | 0 | 0.60 | 0.00 | 80.92 | 0.99 | 0.7 |
| Hex | C9 | FE | 66 | 15 | 0 | 3C | 0 | 51 | 63 | 46 |
| Octal | 311 | 376 | 146 | 25 | 0 | 74 | 0 | 121 | 143 | 106 |
| Binary | 11001001 | 11111110 | 1100110 | 10101 | 0 | 111100 | 0 | 1010001 | 1100011 | 1000110 |
Color Harmonies of #C9FE66
Complementary color
Monochromatic Colors of #C9FE66
Black with #C9FE66
Text Example
Text Example
White with #C9FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE66; }
p { color: rgb(201,254,102); }
H1.HeaderClassName
{
color: #C9FE66;
}
.AnyTagClassName
{
color: #C9FE66;
}
</style>
background-color css
<style>
a { background-color: #C9FE66; }
a { background-color: rgb(201,254,102); }
div.DivClassName
{
background-color: #C9FE66;
}
.BgClassName
{
background-color: #C9FE66;
}
</style>
border-color css
<style>
span { border-color: #C9FE66; }
span { border-color: rgb(201,254,102); }
td.TdClassName
{
border-color: #C9FE66;
}
.TagClassName
{
border-color: #C9FE66;
}
</style>