Shades of Pear #C7EF34
Tints of Pear #C7EF34
RGB
CMYK
RGB Variations
Color information
#C7EF34 (or 0xC7EF34) is known color: Pear. HEX triplet: C7, EF and 34. RGB value is (199,239,52). Sum of RGB (Red+Green+Blue) = 199+239+52=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EF34 is #3810CB. Grayscale: #CECECE. Windows color (decimal): -3674316 or 3469255. OLE color: 3469255.
HSL color Cylindrical-coordinate representation of color #C7EF34: hue angle of 72.83º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7EF34 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 239 | 52 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.06 |
| HSL | 72.83º | 0.85% | 0.57% | - |
| HSV(B) | 72.83º | 0.78% | 0.94% | - |
| XYZ | 55.04 | 74.12 | 14.66 | - |
| YUV | 205.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 52 | 0.17 | 0 | 0.78 | 0.06 | 72.83 | 0.85 | 0.57 |
| Hex | C7 | EF | 34 | 11 | 0 | 4E | 6 | 49 | 55 | 39 |
| Octal | 307 | 357 | 64 | 21 | 0 | 116 | 6 | 111 | 125 | 71 |
| Binary | 11000111 | 11101111 | 110100 | 10001 | 0 | 1001110 | 110 | 1001001 | 1010101 | 111001 |
Color Harmonies of #C7EF34
Complementary color
Monochromatic Colors of #C7EF34
Black with #C7EF34
Text Example
Text Example
White with #C7EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EF34; }
p { color: rgb(199,239,52); }
H1.HeaderClassName
{
color: #C7EF34;
}
.AnyTagClassName
{
color: #C7EF34;
}
</style>
background-color css
<style>
a { background-color: #C7EF34; }
a { background-color: rgb(199,239,52); }
div.DivClassName
{
background-color: #C7EF34;
}
.BgClassName
{
background-color: #C7EF34;
}
</style>
border-color css
<style>
span { border-color: #C7EF34; }
span { border-color: rgb(199,239,52); }
td.TdClassName
{
border-color: #C7EF34;
}
.TagClassName
{
border-color: #C7EF34;
}
</style>