Shades of Sulu #C0ED88
Tints of Sulu #C0ED88
RGB
CMYK
RGB Variations
Color information
#C0ED88 (or 0xC0ED88) is known color: Sulu. HEX triplet: C0, ED and 88. RGB value is (192,237,136). Sum of RGB (Red+Green+Blue) = 192+237+136=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED88 is #3F1277. Grayscale: #D4D4D4. Windows color (decimal): -4133496 or 8973760. OLE color: 8973760.
HSL color Cylindrical-coordinate representation of color #C0ED88: hue angle of 86.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0ED88 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 136 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.07 |
| HSL | 86.73º | 0.74% | 0.73% | - |
| HSV(B) | 86.73º | 0.43% | 0.93% | - |
| XYZ | 56.47 | 73.55 | 34.51 | - |
| YUV | 212.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 136 | 0.19 | 0 | 0.43 | 0.07 | 86.73 | 0.74 | 0.73 |
| Hex | C0 | ED | 88 | 13 | 0 | 2B | 7 | 57 | 4A | 49 |
| Octal | 300 | 355 | 210 | 23 | 0 | 53 | 7 | 127 | 112 | 111 |
| Binary | 11000000 | 11101101 | 10001000 | 10011 | 0 | 101011 | 111 | 1010111 | 1001010 | 1001001 |
Color Harmonies of #C0ED88
Complementary color
Monochromatic Colors of #C0ED88
Black with #C0ED88
Text Example
Text Example
White with #C0ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED88; }
p { color: rgb(192,237,136); }
H1.HeaderClassName
{
color: #C0ED88;
}
.AnyTagClassName
{
color: #C0ED88;
}
</style>
background-color css
<style>
a { background-color: #C0ED88; }
a { background-color: rgb(192,237,136); }
div.DivClassName
{
background-color: #C0ED88;
}
.BgClassName
{
background-color: #C0ED88;
}
</style>
border-color css
<style>
span { border-color: #C0ED88; }
span { border-color: rgb(192,237,136); }
td.TdClassName
{
border-color: #C0ED88;
}
.TagClassName
{
border-color: #C0ED88;
}
</style>