Shades of Sulu #C2E68E
Tints of Sulu #C2E68E
RGB
CMYK
RGB Variations
Color information
#C2E68E (or 0xC2E68E) is known color: Sulu. HEX triplet: C2, E6 and 8E. RGB value is (194,230,142). Sum of RGB (Red+Green+Blue) = 194+230+142=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E68E is #3D1971. Grayscale: #D1D1D1. Windows color (decimal): -4004210 or 9365186. OLE color: 9365186.
HSL color Cylindrical-coordinate representation of color #C2E68E: hue angle of 84.55º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2E68E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 142 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.10 |
| HSL | 84.55º | 0.64% | 0.73% | - |
| HSV(B) | 84.55º | 0.38% | 0.9% | - |
| XYZ | 55.43 | 70.02 | 36.18 | - |
| YUV | 209.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 142 | 0.16 | 0 | 0.38 | 0.10 | 84.55 | 0.64 | 0.73 |
| Hex | C2 | E6 | 8E | 10 | 0 | 26 | A | 55 | 40 | 49 |
| Octal | 302 | 346 | 216 | 20 | 0 | 46 | 12 | 125 | 100 | 111 |
| Binary | 11000010 | 11100110 | 10001110 | 10000 | 0 | 100110 | 1010 | 1010101 | 1000000 | 1001001 |
Color Harmonies of #C2E68E
Complementary color
Monochromatic Colors of #C2E68E
Black with #C2E68E
Text Example
Text Example
White with #C2E68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E68E; }
p { color: rgb(194,230,142); }
H1.HeaderClassName
{
color: #C2E68E;
}
.AnyTagClassName
{
color: #C2E68E;
}
</style>
background-color css
<style>
a { background-color: #C2E68E; }
a { background-color: rgb(194,230,142); }
div.DivClassName
{
background-color: #C2E68E;
}
.BgClassName
{
background-color: #C2E68E;
}
</style>
border-color css
<style>
span { border-color: #C2E68E; }
span { border-color: rgb(194,230,142); }
td.TdClassName
{
border-color: #C2E68E;
}
.TagClassName
{
border-color: #C2E68E;
}
</style>