Shades of Sulu #C0EB89
Tints of Sulu #C0EB89
RGB
CMYK
RGB Variations
Color information
#C0EB89 (or 0xC0EB89) is known color: Sulu. HEX triplet: C0, EB and 89. RGB value is (192,235,137). Sum of RGB (Red+Green+Blue) = 192+235+137=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB89 is #3F1476. Grayscale: #D3D3D3. Windows color (decimal): -4134007 or 9038784. OLE color: 9038784.
HSL color Cylindrical-coordinate representation of color #C0EB89: hue angle of 86.33º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0EB89 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 137 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.08 |
| HSL | 86.33º | 0.71% | 0.73% | - |
| HSV(B) | 86.33º | 0.42% | 0.92% | - |
| XYZ | 55.96 | 72.43 | 34.7 | - |
| YUV | 210.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 137 | 0.18 | 0 | 0.42 | 0.08 | 86.33 | 0.71 | 0.73 |
| Hex | C0 | EB | 89 | 12 | 0 | 2A | 8 | 56 | 47 | 49 |
| Octal | 300 | 353 | 211 | 22 | 0 | 52 | 10 | 126 | 107 | 111 |
| Binary | 11000000 | 11101011 | 10001001 | 10010 | 0 | 101010 | 1000 | 1010110 | 1000111 | 1001001 |
Color Harmonies of #C0EB89
Complementary color
Monochromatic Colors of #C0EB89
Black with #C0EB89
Text Example
Text Example
White with #C0EB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB89; }
p { color: rgb(192,235,137); }
H1.HeaderClassName
{
color: #C0EB89;
}
.AnyTagClassName
{
color: #C0EB89;
}
</style>
background-color css
<style>
a { background-color: #C0EB89; }
a { background-color: rgb(192,235,137); }
div.DivClassName
{
background-color: #C0EB89;
}
.BgClassName
{
background-color: #C0EB89;
}
</style>
border-color css
<style>
span { border-color: #C0EB89; }
span { border-color: rgb(192,235,137); }
td.TdClassName
{
border-color: #C0EB89;
}
.TagClassName
{
border-color: #C0EB89;
}
</style>