Shades of Sulu #C0FE66
Tints of Sulu #C0FE66
RGB
CMYK
RGB Variations
Color information
#C0FE66 (or 0xC0FE66) is known color: Sulu. HEX triplet: C0, FE and 66. RGB value is (192,254,102). Sum of RGB (Red+Green+Blue) = 192+254+102=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE66 is #3F0199. Grayscale: #DADADA. Windows color (decimal): -4129178 or 6749888. OLE color: 6749888.
HSL color Cylindrical-coordinate representation of color #C0FE66: hue angle of 84.47º 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 #C0FE66 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 102 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.00 |
| HSL | 84.47º | 0.99% | 0.7% | - |
| HSV(B) | 84.47º | 0.6% | 1% | - |
| XYZ | 59.58 | 83.05 | 25.46 | - |
| YUV | 218.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 102 | 0.24 | 0 | 0.60 | 0.00 | 84.47 | 0.99 | 0.7 |
| Hex | C0 | FE | 66 | 18 | 0 | 3C | 0 | 54 | 63 | 46 |
| Octal | 300 | 376 | 146 | 30 | 0 | 74 | 0 | 124 | 143 | 106 |
| Binary | 11000000 | 11111110 | 1100110 | 11000 | 0 | 111100 | 0 | 1010100 | 1100011 | 1000110 |
Color Harmonies of #C0FE66
Complementary color
Monochromatic Colors of #C0FE66
Black with #C0FE66
Text Example
Text Example
White with #C0FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE66; }
p { color: rgb(192,254,102); }
H1.HeaderClassName
{
color: #C0FE66;
}
.AnyTagClassName
{
color: #C0FE66;
}
</style>
background-color css
<style>
a { background-color: #C0FE66; }
a { background-color: rgb(192,254,102); }
div.DivClassName
{
background-color: #C0FE66;
}
.BgClassName
{
background-color: #C0FE66;
}
</style>
border-color css
<style>
span { border-color: #C0FE66; }
span { border-color: rgb(192,254,102); }
td.TdClassName
{
border-color: #C0FE66;
}
.TagClassName
{
border-color: #C0FE66;
}
</style>