Shades of Pear #C4EF2F
Tints of Pear #C4EF2F
RGB
CMYK
RGB Variations
Color information
#C4EF2F (or 0xC4EF2F) is known color: Pear. HEX triplet: C4, EF and 2F. RGB value is (196,239,47). Sum of RGB (Red+Green+Blue) = 196+239+47=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EF2F is #3B10D0. Grayscale: #CCCCCC. Windows color (decimal): -3870929 or 3141572. OLE color: 3141572.
HSL color Cylindrical-coordinate representation of color #C4EF2F: hue angle of 73.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4EF2F is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 47 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.06 |
| HSL | 73.44º | 0.86% | 0.56% | - |
| HSV(B) | 73.44º | 0.8% | 0.94% | - |
| XYZ | 54.14 | 73.67 | 14.06 | - |
| YUV | 204.26 | 39.25 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 47 | 0.18 | 0 | 0.80 | 0.06 | 73.44 | 0.86 | 0.56 |
| Hex | C4 | EF | 2F | 12 | 0 | 50 | 6 | 49 | 56 | 38 |
| Octal | 304 | 357 | 57 | 22 | 0 | 120 | 6 | 111 | 126 | 70 |
| Binary | 11000100 | 11101111 | 101111 | 10010 | 0 | 1010000 | 110 | 1001001 | 1010110 | 111000 |
Color Harmonies of #C4EF2F
Complementary color
Monochromatic Colors of #C4EF2F
Black with #C4EF2F
Text Example
Text Example
White with #C4EF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EF2F; }
p { color: rgb(196,239,47); }
H1.HeaderClassName
{
color: #C4EF2F;
}
.AnyTagClassName
{
color: #C4EF2F;
}
</style>
background-color css
<style>
a { background-color: #C4EF2F; }
a { background-color: rgb(196,239,47); }
div.DivClassName
{
background-color: #C4EF2F;
}
.BgClassName
{
background-color: #C4EF2F;
}
</style>
border-color css
<style>
span { border-color: #C4EF2F; }
span { border-color: rgb(196,239,47); }
td.TdClassName
{
border-color: #C4EF2F;
}
.TagClassName
{
border-color: #C4EF2F;
}
</style>