Shades of Pear #C0EF27
Tints of Pear #C0EF27
RGB
CMYK
RGB Variations
Color information
#C0EF27 (or 0xC0EF27) is known color: Pear. HEX triplet: C0, EF and 27. RGB value is (192,239,39). Sum of RGB (Red+Green+Blue) = 192+239+39=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF27 is #3F10D8. Grayscale: #CACACA. Windows color (decimal): -4133081 or 2617280. OLE color: 2617280.
HSL color Cylindrical-coordinate representation of color #C0EF27: hue angle of 74.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0EF27 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 39 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.06 |
| HSL | 74.1º | 0.86% | 0.55% | - |
| HSV(B) | 74.1º | 0.84% | 0.94% | - |
| XYZ | 52.97 | 73.09 | 13.23 | - |
| YUV | 202.15 | 35.93 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 39 | 0.20 | 0 | 0.84 | 0.06 | 74.1 | 0.86 | 0.55 |
| Hex | C0 | EF | 27 | 14 | 0 | 54 | 6 | 4A | 56 | 37 |
| Octal | 300 | 357 | 47 | 24 | 0 | 124 | 6 | 112 | 126 | 67 |
| Binary | 11000000 | 11101111 | 100111 | 10100 | 0 | 1010100 | 110 | 1001010 | 1010110 | 110111 |
Color Harmonies of #C0EF27
Complementary color
Monochromatic Colors of #C0EF27
Black with #C0EF27
Text Example
Text Example
White with #C0EF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF27; }
p { color: rgb(192,239,39); }
H1.HeaderClassName
{
color: #C0EF27;
}
.AnyTagClassName
{
color: #C0EF27;
}
</style>
background-color css
<style>
a { background-color: #C0EF27; }
a { background-color: rgb(192,239,39); }
div.DivClassName
{
background-color: #C0EF27;
}
.BgClassName
{
background-color: #C0EF27;
}
</style>
border-color css
<style>
span { border-color: #C0EF27; }
span { border-color: rgb(192,239,39); }
td.TdClassName
{
border-color: #C0EF27;
}
.TagClassName
{
border-color: #C0EF27;
}
</style>