Shades of Sulu #C2E86D
Tints of Sulu #C2E86D
RGB
CMYK
RGB Variations
Color information
#C2E86D (or 0xC2E86D) is known color: Sulu. HEX triplet: C2, E8 and 6D. RGB value is (194,232,109). Sum of RGB (Red+Green+Blue) = 194+232+109=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E86D is #3D1792. Grayscale: #CFCFCF. Windows color (decimal): -4003731 or 7203010. OLE color: 7203010.
HSL color Cylindrical-coordinate representation of color #C2E86D: hue angle of 78.54º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2E86D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 109 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.09 |
| HSL | 78.54º | 0.73% | 0.67% | - |
| HSV(B) | 78.54º | 0.53% | 0.91% | - |
| XYZ | 53.87 | 70.29 | 25.2 | - |
| YUV | 206.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 109 | 0.16 | 0 | 0.53 | 0.09 | 78.54 | 0.73 | 0.67 |
| Hex | C2 | E8 | 6D | 10 | 0 | 35 | 9 | 4F | 49 | 43 |
| Octal | 302 | 350 | 155 | 20 | 0 | 65 | 11 | 117 | 111 | 103 |
| Binary | 11000010 | 11101000 | 1101101 | 10000 | 0 | 110101 | 1001 | 1001111 | 1001001 | 1000011 |
Color Harmonies of #C2E86D
Complementary color
Monochromatic Colors of #C2E86D
Black with #C2E86D
Text Example
Text Example
White with #C2E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E86D; }
p { color: rgb(194,232,109); }
H1.HeaderClassName
{
color: #C2E86D;
}
.AnyTagClassName
{
color: #C2E86D;
}
</style>
background-color css
<style>
a { background-color: #C2E86D; }
a { background-color: rgb(194,232,109); }
div.DivClassName
{
background-color: #C2E86D;
}
.BgClassName
{
background-color: #C2E86D;
}
</style>
border-color css
<style>
span { border-color: #C2E86D; }
span { border-color: rgb(194,232,109); }
td.TdClassName
{
border-color: #C2E86D;
}
.TagClassName
{
border-color: #C2E86D;
}
</style>