Shades of Sulu #C2EA85
Tints of Sulu #C2EA85
RGB
CMYK
RGB Variations
Color information
#C2EA85 (or 0xC2EA85) is known color: Sulu. HEX triplet: C2, EA and 85. RGB value is (194,234,133). Sum of RGB (Red+Green+Blue) = 194+234+133=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EA85 is #3D157A. Grayscale: #D2D2D2. Windows color (decimal): -4003195 or 8776386. OLE color: 8776386.
HSL color Cylindrical-coordinate representation of color #C2EA85: hue angle of 83.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2EA85 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 133 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.08 |
| HSL | 83.76º | 0.71% | 0.72% | - |
| HSV(B) | 83.76º | 0.43% | 0.92% | - |
| XYZ | 55.9 | 72.01 | 33.14 | - |
| YUV | 210.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 133 | 0.17 | 0 | 0.43 | 0.08 | 83.76 | 0.71 | 0.72 |
| Hex | C2 | EA | 85 | 11 | 0 | 2B | 8 | 54 | 47 | 48 |
| Octal | 302 | 352 | 205 | 21 | 0 | 53 | 10 | 124 | 107 | 110 |
| Binary | 11000010 | 11101010 | 10000101 | 10001 | 0 | 101011 | 1000 | 1010100 | 1000111 | 1001000 |
Color Harmonies of #C2EA85
Complementary color
Monochromatic Colors of #C2EA85
Black with #C2EA85
Text Example
Text Example
White with #C2EA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA85; }
p { color: rgb(194,234,133); }
H1.HeaderClassName
{
color: #C2EA85;
}
.AnyTagClassName
{
color: #C2EA85;
}
</style>
background-color css
<style>
a { background-color: #C2EA85; }
a { background-color: rgb(194,234,133); }
div.DivClassName
{
background-color: #C2EA85;
}
.BgClassName
{
background-color: #C2EA85;
}
</style>
border-color css
<style>
span { border-color: #C2EA85; }
span { border-color: rgb(194,234,133); }
td.TdClassName
{
border-color: #C2EA85;
}
.TagClassName
{
border-color: #C2EA85;
}
</style>