Shades of Sulu #C0EA7B
Tints of Sulu #C0EA7B
RGB
CMYK
RGB Variations
Color information
#C0EA7B (or 0xC0EA7B) is known color: Sulu. HEX triplet: C0, EA and 7B. RGB value is (192,234,123). Sum of RGB (Red+Green+Blue) = 192+234+123=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA7B is #3F1584. Grayscale: #D1D1D1. Windows color (decimal): -4134277 or 8121024. OLE color: 8121024.
HSL color Cylindrical-coordinate representation of color #C0EA7B: hue angle of 82.7º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0EA7B is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 123 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.08 |
| HSL | 82.7º | 0.73% | 0.7% | - |
| HSV(B) | 82.7º | 0.47% | 0.92% | - |
| XYZ | 54.74 | 71.48 | 29.65 | - |
| YUV | 208.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 123 | 0.18 | 0 | 0.47 | 0.08 | 82.7 | 0.73 | 0.7 |
| Hex | C0 | EA | 7B | 12 | 0 | 2F | 8 | 53 | 49 | 46 |
| Octal | 300 | 352 | 173 | 22 | 0 | 57 | 10 | 123 | 111 | 106 |
| Binary | 11000000 | 11101010 | 1111011 | 10010 | 0 | 101111 | 1000 | 1010011 | 1001001 | 1000110 |
Color Harmonies of #C0EA7B
Complementary color
Monochromatic Colors of #C0EA7B
Black with #C0EA7B
Text Example
Text Example
White with #C0EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA7B; }
p { color: rgb(192,234,123); }
H1.HeaderClassName
{
color: #C0EA7B;
}
.AnyTagClassName
{
color: #C0EA7B;
}
</style>
background-color css
<style>
a { background-color: #C0EA7B; }
a { background-color: rgb(192,234,123); }
div.DivClassName
{
background-color: #C0EA7B;
}
.BgClassName
{
background-color: #C0EA7B;
}
</style>
border-color css
<style>
span { border-color: #C0EA7B; }
span { border-color: rgb(192,234,123); }
td.TdClassName
{
border-color: #C0EA7B;
}
.TagClassName
{
border-color: #C0EA7B;
}
</style>