Shades of Sulu #C0EA85
Tints of Sulu #C0EA85
RGB
CMYK
RGB Variations
Color information
#C0EA85 (or 0xC0EA85) is known color: Sulu. HEX triplet: C0, EA and 85. RGB value is (192,234,133). Sum of RGB (Red+Green+Blue) = 192+234+133=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA85 is #3F157A. Grayscale: #D2D2D2. Windows color (decimal): -4134267 or 8776384. OLE color: 8776384.
HSL color Cylindrical-coordinate representation of color #C0EA85: hue angle of 84.95º 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 #C0EA85 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 133 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.08 |
| HSL | 84.95º | 0.71% | 0.72% | - |
| HSV(B) | 84.95º | 0.43% | 0.92% | - |
| XYZ | 55.39 | 71.75 | 33.12 | - |
| YUV | 209.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 133 | 0.18 | 0 | 0.43 | 0.08 | 84.95 | 0.71 | 0.72 |
| Hex | C0 | EA | 85 | 12 | 0 | 2B | 8 | 55 | 47 | 48 |
| Octal | 300 | 352 | 205 | 22 | 0 | 53 | 10 | 125 | 107 | 110 |
| Binary | 11000000 | 11101010 | 10000101 | 10010 | 0 | 101011 | 1000 | 1010101 | 1000111 | 1001000 |
Color Harmonies of #C0EA85
Complementary color
Monochromatic Colors of #C0EA85
Black with #C0EA85
Text Example
Text Example
White with #C0EA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA85; }
p { color: rgb(192,234,133); }
H1.HeaderClassName
{
color: #C0EA85;
}
.AnyTagClassName
{
color: #C0EA85;
}
</style>
background-color css
<style>
a { background-color: #C0EA85; }
a { background-color: rgb(192,234,133); }
div.DivClassName
{
background-color: #C0EA85;
}
.BgClassName
{
background-color: #C0EA85;
}
</style>
border-color css
<style>
span { border-color: #C0EA85; }
span { border-color: rgb(192,234,133); }
td.TdClassName
{
border-color: #C0EA85;
}
.TagClassName
{
border-color: #C0EA85;
}
</style>