Shades of Sulu #C2E36E
Tints of Sulu #C2E36E
RGB
CMYK
RGB Variations
Color information
#C2E36E (or 0xC2E36E) is known color: Sulu. HEX triplet: C2, E3 and 6E. RGB value is (194,227,110). Sum of RGB (Red+Green+Blue) = 194+227+110=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E36E is #3D1C91. Grayscale: #CCCCCC. Windows color (decimal): -4005010 or 7267266. OLE color: 7267266.
HSL color Cylindrical-coordinate representation of color #C2E36E: hue angle of 76.92º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2E36E is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 110 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.11 |
| HSL | 76.92º | 0.68% | 0.66% | - |
| HSV(B) | 76.92º | 0.52% | 0.89% | - |
| XYZ | 52.53 | 67.53 | 25.02 | - |
| YUV | 203.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 110 | 0.15 | 0 | 0.52 | 0.11 | 76.92 | 0.68 | 0.66 |
| Hex | C2 | E3 | 6E | F | 0 | 34 | B | 4D | 44 | 42 |
| Octal | 302 | 343 | 156 | 17 | 0 | 64 | 13 | 115 | 104 | 102 |
| Binary | 11000010 | 11100011 | 1101110 | 1111 | 0 | 110100 | 1011 | 1001101 | 1000100 | 1000010 |
Color Harmonies of #C2E36E
Complementary color
Monochromatic Colors of #C2E36E
Black with #C2E36E
Text Example
Text Example
White with #C2E36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E36E; }
p { color: rgb(194,227,110); }
H1.HeaderClassName
{
color: #C2E36E;
}
.AnyTagClassName
{
color: #C2E36E;
}
</style>
background-color css
<style>
a { background-color: #C2E36E; }
a { background-color: rgb(194,227,110); }
div.DivClassName
{
background-color: #C2E36E;
}
.BgClassName
{
background-color: #C2E36E;
}
</style>
border-color css
<style>
span { border-color: #C2E36E; }
span { border-color: rgb(194,227,110); }
td.TdClassName
{
border-color: #C2E36E;
}
.TagClassName
{
border-color: #C2E36E;
}
</style>