Shades of Sulu #C0EA83
Tints of Sulu #C0EA83
RGB
CMYK
RGB Variations
Color information
#C0EA83 (or 0xC0EA83) is known color: Sulu. HEX triplet: C0, EA and 83. RGB value is (192,234,131). Sum of RGB (Red+Green+Blue) = 192+234+131=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA83 is #3F157C. Grayscale: #D2D2D2. Windows color (decimal): -4134269 or 8645312. OLE color: 8645312.
HSL color Cylindrical-coordinate representation of color #C0EA83: hue angle of 84.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0EA83 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 131 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.08 |
| HSL | 84.47º | 0.71% | 0.72% | - |
| HSV(B) | 84.47º | 0.44% | 0.92% | - |
| XYZ | 55.26 | 71.69 | 32.4 | - |
| YUV | 209.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 131 | 0.18 | 0 | 0.44 | 0.08 | 84.47 | 0.71 | 0.72 |
| Hex | C0 | EA | 83 | 12 | 0 | 2C | 8 | 54 | 47 | 48 |
| Octal | 300 | 352 | 203 | 22 | 0 | 54 | 10 | 124 | 107 | 110 |
| Binary | 11000000 | 11101010 | 10000011 | 10010 | 0 | 101100 | 1000 | 1010100 | 1000111 | 1001000 |
Color Harmonies of #C0EA83
Complementary color
Monochromatic Colors of #C0EA83
Black with #C0EA83
Text Example
Text Example
White with #C0EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA83; }
p { color: rgb(192,234,131); }
H1.HeaderClassName
{
color: #C0EA83;
}
.AnyTagClassName
{
color: #C0EA83;
}
</style>
background-color css
<style>
a { background-color: #C0EA83; }
a { background-color: rgb(192,234,131); }
div.DivClassName
{
background-color: #C0EA83;
}
.BgClassName
{
background-color: #C0EA83;
}
</style>
border-color css
<style>
span { border-color: #C0EA83; }
span { border-color: rgb(192,234,131); }
td.TdClassName
{
border-color: #C0EA83;
}
.TagClassName
{
border-color: #C0EA83;
}
</style>