Shades of Sulu #C0ED8F
Tints of Sulu #C0ED8F
RGB
CMYK
RGB Variations
Color information
#C0ED8F (or 0xC0ED8F) is known color: Sulu. HEX triplet: C0, ED and 8F. RGB value is (192,237,143). Sum of RGB (Red+Green+Blue) = 192+237+143=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED8F is #3F1270. Grayscale: #D5D5D5. Windows color (decimal): -4133489 or 9432512. OLE color: 9432512.
HSL color Cylindrical-coordinate representation of color #C0ED8F: hue angle of 88.72º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0ED8F is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 143 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.07 |
| HSL | 88.72º | 0.72% | 0.75% | - |
| HSV(B) | 88.72º | 0.4% | 0.93% | - |
| XYZ | 56.98 | 73.76 | 37.22 | - |
| YUV | 212.83 | 88.59 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 143 | 0.19 | 0 | 0.40 | 0.07 | 88.72 | 0.72 | 0.75 |
| Hex | C0 | ED | 8F | 13 | 0 | 28 | 7 | 59 | 48 | 4B |
| Octal | 300 | 355 | 217 | 23 | 0 | 50 | 7 | 131 | 110 | 113 |
| Binary | 11000000 | 11101101 | 10001111 | 10011 | 0 | 101000 | 111 | 1011001 | 1001000 | 1001011 |
Color Harmonies of #C0ED8F
Complementary color
Monochromatic Colors of #C0ED8F
Black with #C0ED8F
Text Example
Text Example
White with #C0ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED8F; }
p { color: rgb(192,237,143); }
H1.HeaderClassName
{
color: #C0ED8F;
}
.AnyTagClassName
{
color: #C0ED8F;
}
</style>
background-color css
<style>
a { background-color: #C0ED8F; }
a { background-color: rgb(192,237,143); }
div.DivClassName
{
background-color: #C0ED8F;
}
.BgClassName
{
background-color: #C0ED8F;
}
</style>
border-color css
<style>
span { border-color: #C0ED8F; }
span { border-color: rgb(192,237,143); }
td.TdClassName
{
border-color: #C0ED8F;
}
.TagClassName
{
border-color: #C0ED8F;
}
</style>