Shades of Pear #C0F12B
Tints of Pear #C0F12B
RGB
CMYK
RGB Variations
Color information
#C0F12B (or 0xC0F12B) is known color: Pear. HEX triplet: C0, F1 and 2B. RGB value is (192,241,43). Sum of RGB (Red+Green+Blue) = 192+241+43=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F12B is #3F0ED4. Grayscale: #CCCCCC. Windows color (decimal): -4132565 or 2879936. OLE color: 2879936.
HSL color Cylindrical-coordinate representation of color #C0F12B: hue angle of 74.85º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0F12B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 43 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.05 |
| HSL | 74.85º | 0.88% | 0.56% | - |
| HSV(B) | 74.85º | 0.82% | 0.95% | - |
| XYZ | 53.63 | 74.29 | 13.8 | - |
| YUV | 203.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 43 | 0.20 | 0 | 0.82 | 0.05 | 74.85 | 0.88 | 0.56 |
| Hex | C0 | F1 | 2B | 14 | 0 | 52 | 5 | 4B | 58 | 38 |
| Octal | 300 | 361 | 53 | 24 | 0 | 122 | 5 | 113 | 130 | 70 |
| Binary | 11000000 | 11110001 | 101011 | 10100 | 0 | 1010010 | 101 | 1001011 | 1011000 | 111000 |
Color Harmonies of #C0F12B
Complementary color
Monochromatic Colors of #C0F12B
Black with #C0F12B
Text Example
Text Example
White with #C0F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F12B; }
p { color: rgb(192,241,43); }
H1.HeaderClassName
{
color: #C0F12B;
}
.AnyTagClassName
{
color: #C0F12B;
}
</style>
background-color css
<style>
a { background-color: #C0F12B; }
a { background-color: rgb(192,241,43); }
div.DivClassName
{
background-color: #C0F12B;
}
.BgClassName
{
background-color: #C0F12B;
}
</style>
border-color css
<style>
span { border-color: #C0F12B; }
span { border-color: rgb(192,241,43); }
td.TdClassName
{
border-color: #C0F12B;
}
.TagClassName
{
border-color: #C0F12B;
}
</style>