Shades of Sulu #C2E66A
Tints of Sulu #C2E66A
RGB
CMYK
RGB Variations
Color information
#C2E66A (or 0xC2E66A) is known color: Sulu. HEX triplet: C2, E6 and 6A. RGB value is (194,230,106). Sum of RGB (Red+Green+Blue) = 194+230+106=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E66A is #3D1995. Grayscale: #CDCDCD. Windows color (decimal): -4004246 or 7005890. OLE color: 7005890.
HSL color Cylindrical-coordinate representation of color #C2E66A: hue angle of 77.42º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2E66A is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 106 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.10 |
| HSL | 77.42º | 0.71% | 0.66% | - |
| HSV(B) | 77.42º | 0.54% | 0.9% | - |
| XYZ | 53.15 | 69.1 | 24.17 | - |
| YUV | 205.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 106 | 0.16 | 0 | 0.54 | 0.10 | 77.42 | 0.71 | 0.66 |
| Hex | C2 | E6 | 6A | 10 | 0 | 36 | A | 4D | 47 | 42 |
| Octal | 302 | 346 | 152 | 20 | 0 | 66 | 12 | 115 | 107 | 102 |
| Binary | 11000010 | 11100110 | 1101010 | 10000 | 0 | 110110 | 1010 | 1001101 | 1000111 | 1000010 |
Color Harmonies of #C2E66A
Complementary color
Monochromatic Colors of #C2E66A
Black with #C2E66A
Text Example
Text Example
White with #C2E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E66A; }
p { color: rgb(194,230,106); }
H1.HeaderClassName
{
color: #C2E66A;
}
.AnyTagClassName
{
color: #C2E66A;
}
</style>
background-color css
<style>
a { background-color: #C2E66A; }
a { background-color: rgb(194,230,106); }
div.DivClassName
{
background-color: #C2E66A;
}
.BgClassName
{
background-color: #C2E66A;
}
</style>
border-color css
<style>
span { border-color: #C2E66A; }
span { border-color: rgb(194,230,106); }
td.TdClassName
{
border-color: #C2E66A;
}
.TagClassName
{
border-color: #C2E66A;
}
</style>