Shades of Sulu #C2E385
Tints of Sulu #C2E385
RGB
CMYK
RGB Variations
Color information
#C2E385 (or 0xC2E385) is known color: Sulu. HEX triplet: C2, E3 and 85. RGB value is (194,227,133). Sum of RGB (Red+Green+Blue) = 194+227+133=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E385 is #3D1C7A. Grayscale: #CECECE. Windows color (decimal): -4004987 or 8774594. OLE color: 8774594.
HSL color Cylindrical-coordinate representation of color #C2E385: hue angle of 81.06º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2E385 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 133 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.11 |
| HSL | 81.06º | 0.63% | 0.71% | - |
| HSV(B) | 81.06º | 0.41% | 0.89% | - |
| XYZ | 53.95 | 68.1 | 32.49 | - |
| YUV | 206.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 133 | 0.15 | 0 | 0.41 | 0.11 | 81.06 | 0.63 | 0.71 |
| Hex | C2 | E3 | 85 | F | 0 | 29 | B | 51 | 3F | 47 |
| Octal | 302 | 343 | 205 | 17 | 0 | 51 | 13 | 121 | 77 | 107 |
| Binary | 11000010 | 11100011 | 10000101 | 1111 | 0 | 101001 | 1011 | 1010001 | 111111 | 1000111 |
Color Harmonies of #C2E385
Complementary color
Monochromatic Colors of #C2E385
Black with #C2E385
Text Example
Text Example
White with #C2E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E385; }
p { color: rgb(194,227,133); }
H1.HeaderClassName
{
color: #C2E385;
}
.AnyTagClassName
{
color: #C2E385;
}
</style>
background-color css
<style>
a { background-color: #C2E385; }
a { background-color: rgb(194,227,133); }
div.DivClassName
{
background-color: #C2E385;
}
.BgClassName
{
background-color: #C2E385;
}
</style>
border-color css
<style>
span { border-color: #C2E385; }
span { border-color: rgb(194,227,133); }
td.TdClassName
{
border-color: #C2E385;
}
.TagClassName
{
border-color: #C2E385;
}
</style>