Shades of Sulu #C2E66C
Tints of Sulu #C2E66C
RGB
CMYK
RGB Variations
Color information
#C2E66C (or 0xC2E66C) is known color: Sulu. HEX triplet: C2, E6 and 6C. RGB value is (194,230,108). Sum of RGB (Red+Green+Blue) = 194+230+108=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E66C is #3D1993. Grayscale: #CDCDCD. Windows color (decimal): -4004244 or 7136962. OLE color: 7136962.
HSL color Cylindrical-coordinate representation of color #C2E66C: hue angle of 77.7º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2E66C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 108 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.10 |
| HSL | 77.7º | 0.71% | 0.66% | - |
| HSV(B) | 77.7º | 0.53% | 0.9% | - |
| XYZ | 53.25 | 69.15 | 24.73 | - |
| YUV | 205.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 108 | 0.16 | 0 | 0.53 | 0.10 | 77.7 | 0.71 | 0.66 |
| Hex | C2 | E6 | 6C | 10 | 0 | 35 | A | 4E | 47 | 42 |
| Octal | 302 | 346 | 154 | 20 | 0 | 65 | 12 | 116 | 107 | 102 |
| Binary | 11000010 | 11100110 | 1101100 | 10000 | 0 | 110101 | 1010 | 1001110 | 1000111 | 1000010 |
Color Harmonies of #C2E66C
Complementary color
Monochromatic Colors of #C2E66C
Black with #C2E66C
Text Example
Text Example
White with #C2E66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E66C; }
p { color: rgb(194,230,108); }
H1.HeaderClassName
{
color: #C2E66C;
}
.AnyTagClassName
{
color: #C2E66C;
}
</style>
background-color css
<style>
a { background-color: #C2E66C; }
a { background-color: rgb(194,230,108); }
div.DivClassName
{
background-color: #C2E66C;
}
.BgClassName
{
background-color: #C2E66C;
}
</style>
border-color css
<style>
span { border-color: #C2E66C; }
span { border-color: rgb(194,230,108); }
td.TdClassName
{
border-color: #C2E66C;
}
.TagClassName
{
border-color: #C2E66C;
}
</style>