Shades of Sulu #C2FE66
Tints of Sulu #C2FE66
RGB
CMYK
RGB Variations
Color information
#C2FE66 (or 0xC2FE66) is known color: Sulu. HEX triplet: C2, FE and 66. RGB value is (194,254,102). Sum of RGB (Red+Green+Blue) = 194+254+102=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE66 is #3D0199. Grayscale: #DBDBDB. Windows color (decimal): -3998106 or 6749890. OLE color: 6749890.
HSL color Cylindrical-coordinate representation of color #C2FE66: hue angle of 83.68º 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 #C2FE66 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 102 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.00 |
| HSL | 83.68º | 0.99% | 0.7% | - |
| HSV(B) | 83.68º | 0.6% | 1% | - |
| XYZ | 60.09 | 83.31 | 25.48 | - |
| YUV | 218.73 | 62.12 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 102 | 0.24 | 0 | 0.60 | 0.00 | 83.68 | 0.99 | 0.7 |
| Hex | C2 | FE | 66 | 18 | 0 | 3C | 0 | 54 | 63 | 46 |
| Octal | 302 | 376 | 146 | 30 | 0 | 74 | 0 | 124 | 143 | 106 |
| Binary | 11000010 | 11111110 | 1100110 | 11000 | 0 | 111100 | 0 | 1010100 | 1100011 | 1000110 |
Color Harmonies of #C2FE66
Complementary color
Monochromatic Colors of #C2FE66
Black with #C2FE66
Text Example
Text Example
White with #C2FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE66; }
p { color: rgb(194,254,102); }
H1.HeaderClassName
{
color: #C2FE66;
}
.AnyTagClassName
{
color: #C2FE66;
}
</style>
background-color css
<style>
a { background-color: #C2FE66; }
a { background-color: rgb(194,254,102); }
div.DivClassName
{
background-color: #C2FE66;
}
.BgClassName
{
background-color: #C2FE66;
}
</style>
border-color css
<style>
span { border-color: #C2FE66; }
span { border-color: rgb(194,254,102); }
td.TdClassName
{
border-color: #C2FE66;
}
.TagClassName
{
border-color: #C2FE66;
}
</style>