Shades of Sulu #C0EF8C
Tints of Sulu #C0EF8C
RGB
CMYK
RGB Variations
Color information
#C0EF8C (or 0xC0EF8C) is known color: Sulu. HEX triplet: C0, EF and 8C. RGB value is (192,239,140). Sum of RGB (Red+Green+Blue) = 192+239+140=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF8C is #3F1073. Grayscale: #D6D6D6. Windows color (decimal): -4132980 or 9236416. OLE color: 9236416.
HSL color Cylindrical-coordinate representation of color #C0EF8C: hue angle of 88.48º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0EF8C is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 140 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.06 |
| HSL | 88.48º | 0.76% | 0.74% | - |
| HSV(B) | 88.48º | 0.41% | 0.94% | - |
| XYZ | 57.34 | 74.83 | 36.23 | - |
| YUV | 213.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 140 | 0.20 | 0 | 0.41 | 0.06 | 88.48 | 0.76 | 0.74 |
| Hex | C0 | EF | 8C | 14 | 0 | 29 | 6 | 58 | 4C | 4A |
| Octal | 300 | 357 | 214 | 24 | 0 | 51 | 6 | 130 | 114 | 112 |
| Binary | 11000000 | 11101111 | 10001100 | 10100 | 0 | 101001 | 110 | 1011000 | 1001100 | 1001010 |
Color Harmonies of #C0EF8C
Complementary color
Monochromatic Colors of #C0EF8C
Black with #C0EF8C
Text Example
Text Example
White with #C0EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF8C; }
p { color: rgb(192,239,140); }
H1.HeaderClassName
{
color: #C0EF8C;
}
.AnyTagClassName
{
color: #C0EF8C;
}
</style>
background-color css
<style>
a { background-color: #C0EF8C; }
a { background-color: rgb(192,239,140); }
div.DivClassName
{
background-color: #C0EF8C;
}
.BgClassName
{
background-color: #C0EF8C;
}
</style>
border-color css
<style>
span { border-color: #C0EF8C; }
span { border-color: rgb(192,239,140); }
td.TdClassName
{
border-color: #C0EF8C;
}
.TagClassName
{
border-color: #C0EF8C;
}
</style>