Shades of Pear #C0F12E
Tints of Pear #C0F12E
RGB
CMYK
RGB Variations
Color information
#C0F12E (or 0xC0F12E) is known color: Pear. HEX triplet: C0, F1 and 2E. RGB value is (192,241,46). Sum of RGB (Red+Green+Blue) = 192+241+46=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F12E is #3F0ED1. Grayscale: #CCCCCC. Windows color (decimal): -4132562 or 3076544. OLE color: 3076544.
HSL color Cylindrical-coordinate representation of color #C0F12E: hue angle of 75.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0F12E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 46 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.05 |
| HSL | 75.08º | 0.87% | 0.56% | - |
| HSV(B) | 75.08º | 0.81% | 0.95% | - |
| XYZ | 53.69 | 74.31 | 14.1 | - |
| YUV | 204.12 | 38.77 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 46 | 0.20 | 0 | 0.81 | 0.05 | 75.08 | 0.87 | 0.56 |
| Hex | C0 | F1 | 2E | 14 | 0 | 51 | 5 | 4B | 57 | 38 |
| Octal | 300 | 361 | 56 | 24 | 0 | 121 | 5 | 113 | 127 | 70 |
| Binary | 11000000 | 11110001 | 101110 | 10100 | 0 | 1010001 | 101 | 1001011 | 1010111 | 111000 |
Color Harmonies of #C0F12E
Complementary color
Monochromatic Colors of #C0F12E
Black with #C0F12E
Text Example
Text Example
White with #C0F12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F12E; }
p { color: rgb(192,241,46); }
H1.HeaderClassName
{
color: #C0F12E;
}
.AnyTagClassName
{
color: #C0F12E;
}
</style>
background-color css
<style>
a { background-color: #C0F12E; }
a { background-color: rgb(192,241,46); }
div.DivClassName
{
background-color: #C0F12E;
}
.BgClassName
{
background-color: #C0F12E;
}
</style>
border-color css
<style>
span { border-color: #C0F12E; }
span { border-color: rgb(192,241,46); }
td.TdClassName
{
border-color: #C0F12E;
}
.TagClassName
{
border-color: #C0F12E;
}
</style>