Shades of Sulu #C2E868
Tints of Sulu #C2E868
RGB
CMYK
RGB Variations
Color information
#C2E868 (or 0xC2E868) is known color: Sulu. HEX triplet: C2, E8 and 68. RGB value is (194,232,104). Sum of RGB (Red+Green+Blue) = 194+232+104=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E868 is #3D1797. Grayscale: #CECECE. Windows color (decimal): -4003736 or 6875330. OLE color: 6875330.
HSL color Cylindrical-coordinate representation of color #C2E868: hue angle of 77.81º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2E868 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 104 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.09 |
| HSL | 77.81º | 0.74% | 0.66% | - |
| HSV(B) | 77.81º | 0.55% | 0.91% | - |
| XYZ | 53.6 | 70.18 | 23.82 | - |
| YUV | 206.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 104 | 0.16 | 0 | 0.55 | 0.09 | 77.81 | 0.74 | 0.66 |
| Hex | C2 | E8 | 68 | 10 | 0 | 37 | 9 | 4E | 4A | 42 |
| Octal | 302 | 350 | 150 | 20 | 0 | 67 | 11 | 116 | 112 | 102 |
| Binary | 11000010 | 11101000 | 1101000 | 10000 | 0 | 110111 | 1001 | 1001110 | 1001010 | 1000010 |
Color Harmonies of #C2E868
Complementary color
Monochromatic Colors of #C2E868
Black with #C2E868
Text Example
Text Example
White with #C2E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E868; }
p { color: rgb(194,232,104); }
H1.HeaderClassName
{
color: #C2E868;
}
.AnyTagClassName
{
color: #C2E868;
}
</style>
background-color css
<style>
a { background-color: #C2E868; }
a { background-color: rgb(194,232,104); }
div.DivClassName
{
background-color: #C2E868;
}
.BgClassName
{
background-color: #C2E868;
}
</style>
border-color css
<style>
span { border-color: #C2E868; }
span { border-color: rgb(194,232,104); }
td.TdClassName
{
border-color: #C2E868;
}
.TagClassName
{
border-color: #C2E868;
}
</style>