Shades of Sulu #C0EB90
Tints of Sulu #C0EB90
RGB
CMYK
RGB Variations
Color information
#C0EB90 (or 0xC0EB90) is known color: Sulu. HEX triplet: C0, EB and 90. RGB value is (192,235,144). Sum of RGB (Red+Green+Blue) = 192+235+144=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB90 is #3F146F. Grayscale: #D4D4D4. Windows color (decimal): -4134000 or 9497536. OLE color: 9497536.
HSL color Cylindrical-coordinate representation of color #C0EB90: hue angle of 88.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0EB90 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 144 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.08 |
| HSL | 88.35º | 0.69% | 0.74% | - |
| HSV(B) | 88.35º | 0.39% | 0.92% | - |
| XYZ | 56.48 | 72.64 | 37.43 | - |
| YUV | 211.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 144 | 0.18 | 0 | 0.39 | 0.08 | 88.35 | 0.69 | 0.74 |
| Hex | C0 | EB | 90 | 12 | 0 | 27 | 8 | 58 | 45 | 4A |
| Octal | 300 | 353 | 220 | 22 | 0 | 47 | 10 | 130 | 105 | 112 |
| Binary | 11000000 | 11101011 | 10010000 | 10010 | 0 | 100111 | 1000 | 1011000 | 1000101 | 1001010 |
Color Harmonies of #C0EB90
Complementary color
Monochromatic Colors of #C0EB90
Black with #C0EB90
Text Example
Text Example
White with #C0EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB90; }
p { color: rgb(192,235,144); }
H1.HeaderClassName
{
color: #C0EB90;
}
.AnyTagClassName
{
color: #C0EB90;
}
</style>
background-color css
<style>
a { background-color: #C0EB90; }
a { background-color: rgb(192,235,144); }
div.DivClassName
{
background-color: #C0EB90;
}
.BgClassName
{
background-color: #C0EB90;
}
</style>
border-color css
<style>
span { border-color: #C0EB90; }
span { border-color: rgb(192,235,144); }
td.TdClassName
{
border-color: #C0EB90;
}
.TagClassName
{
border-color: #C0EB90;
}
</style>