Shades of Sulu #C2FF66
Tints of Sulu #C2FF66
RGB
CMYK
RGB Variations
Color information
#C2FF66 (or 0xC2FF66) is known color: Sulu. HEX triplet: C2, FF and 66. RGB value is (194,255,102). Sum of RGB (Red+Green+Blue) = 194+255+102=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF66 is #3D0099. Grayscale: #DBDBDB. Windows color (decimal): -3997850 or 6750146. OLE color: 6750146.
HSL color Cylindrical-coordinate representation of color #C2FF66: hue angle of 83.92º 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 #C2FF66 is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 102 | - |
| CMYK | 0.24 | 0 | 0.6 | 0 |
| HSL | 83.92º | 1% | 0.7% | - |
| HSV(B) | 83.92º | 0.6% | 1% | - |
| XYZ | 60.41 | 83.95 | 25.59 | - |
| YUV | 219.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 102 | 0.24 | 0 | 0.6 | 0 | 83.92 | 1 | 0.7 |
| Hex | C2 | FF | 66 | 18 | 0 | 3C | 0 | 54 | 64 | 46 |
| Octal | 302 | 377 | 146 | 30 | 0 | 74 | 0 | 124 | 144 | 106 |
| Binary | 11000010 | 11111111 | 1100110 | 11000 | 0 | 111100 | 0 | 1010100 | 1100100 | 1000110 |
Color Harmonies of #C2FF66
Complementary color
Monochromatic Colors of #C2FF66
Black with #C2FF66
Text Example
Text Example
White with #C2FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF66; }
p { color: rgb(194,255,102); }
H1.HeaderClassName
{
color: #C2FF66;
}
.AnyTagClassName
{
color: #C2FF66;
}
</style>
background-color css
<style>
a { background-color: #C2FF66; }
a { background-color: rgb(194,255,102); }
div.DivClassName
{
background-color: #C2FF66;
}
.BgClassName
{
background-color: #C2FF66;
}
</style>
border-color css
<style>
span { border-color: #C2FF66; }
span { border-color: rgb(194,255,102); }
td.TdClassName
{
border-color: #C2FF66;
}
.TagClassName
{
border-color: #C2FF66;
}
</style>