Shades of Sulu #C0EF7C
Tints of Sulu #C0EF7C
RGB
CMYK
RGB Variations
Color information
#C0EF7C (or 0xC0EF7C) is known color: Sulu. HEX triplet: C0, EF and 7C. RGB value is (192,239,124). Sum of RGB (Red+Green+Blue) = 192+239+124=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF7C is #3F1083. Grayscale: #D4D4D4. Windows color (decimal): -4132996 or 8187840. OLE color: 8187840.
HSL color Cylindrical-coordinate representation of color #C0EF7C: hue angle of 84.52º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0EF7C is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 124 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.06 |
| HSL | 84.52º | 0.78% | 0.71% | - |
| HSV(B) | 84.52º | 0.48% | 0.94% | - |
| XYZ | 56.24 | 74.39 | 30.46 | - |
| YUV | 211.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 124 | 0.20 | 0 | 0.48 | 0.06 | 84.52 | 0.78 | 0.71 |
| Hex | C0 | EF | 7C | 14 | 0 | 30 | 6 | 55 | 4E | 47 |
| Octal | 300 | 357 | 174 | 24 | 0 | 60 | 6 | 125 | 116 | 107 |
| Binary | 11000000 | 11101111 | 1111100 | 10100 | 0 | 110000 | 110 | 1010101 | 1001110 | 1000111 |
Color Harmonies of #C0EF7C
Complementary color
Monochromatic Colors of #C0EF7C
Black with #C0EF7C
Text Example
Text Example
White with #C0EF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF7C; }
p { color: rgb(192,239,124); }
H1.HeaderClassName
{
color: #C0EF7C;
}
.AnyTagClassName
{
color: #C0EF7C;
}
</style>
background-color css
<style>
a { background-color: #C0EF7C; }
a { background-color: rgb(192,239,124); }
div.DivClassName
{
background-color: #C0EF7C;
}
.BgClassName
{
background-color: #C0EF7C;
}
</style>
border-color css
<style>
span { border-color: #C0EF7C; }
span { border-color: rgb(192,239,124); }
td.TdClassName
{
border-color: #C0EF7C;
}
.TagClassName
{
border-color: #C0EF7C;
}
</style>