Shades of Sulu #C2F066
Tints of Sulu #C2F066
RGB
CMYK
RGB Variations
Color information
#C2F066 (or 0xC2F066) is known color: Sulu. HEX triplet: C2, F0 and 66. RGB value is (194,240,102). Sum of RGB (Red+Green+Blue) = 194+240+102=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F066 is #3D0F99. Grayscale: #D3D3D3. Windows color (decimal): -4001690 or 6746306. OLE color: 6746306.
HSL color Cylindrical-coordinate representation of color #C2F066: hue angle of 80º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F066 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 102 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.06 |
| HSL | 80º | 0.82% | 0.67% | - |
| HSV(B) | 80º | 0.58% | 0.94% | - |
| XYZ | 55.81 | 74.75 | 24.06 | - |
| YUV | 210.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 102 | 0.19 | 0 | 0.58 | 0.06 | 80 | 0.82 | 0.67 |
| Hex | C2 | F0 | 66 | 13 | 0 | 3A | 6 | 50 | 52 | 43 |
| Octal | 302 | 360 | 146 | 23 | 0 | 72 | 6 | 120 | 122 | 103 |
| Binary | 11000010 | 11110000 | 1100110 | 10011 | 0 | 111010 | 110 | 1010000 | 1010010 | 1000011 |
Color Harmonies of #C2F066
Complementary color
Monochromatic Colors of #C2F066
Black with #C2F066
Text Example
Text Example
White with #C2F066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F066; }
p { color: rgb(194,240,102); }
H1.HeaderClassName
{
color: #C2F066;
}
.AnyTagClassName
{
color: #C2F066;
}
</style>
background-color css
<style>
a { background-color: #C2F066; }
a { background-color: rgb(194,240,102); }
div.DivClassName
{
background-color: #C2F066;
}
.BgClassName
{
background-color: #C2F066;
}
</style>
border-color css
<style>
span { border-color: #C2F066; }
span { border-color: rgb(194,240,102); }
td.TdClassName
{
border-color: #C2F066;
}
.TagClassName
{
border-color: #C2F066;
}
</style>