Shades of Pear #C7EA2D
Tints of Pear #C7EA2D
RGB
CMYK
RGB Variations
Color information
#C7EA2D (or 0xC7EA2D) is known color: Pear. HEX triplet: C7, EA and 2D. RGB value is (199,234,45). Sum of RGB (Red+Green+Blue) = 199+234+45=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA2D is #3815D2. Grayscale: #CACACA. Windows color (decimal): -3675603 or 3009223. OLE color: 3009223.
HSL color Cylindrical-coordinate representation of color #C7EA2D: hue angle of 71.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7EA2D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 45 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.08 |
| HSL | 71.11º | 0.82% | 0.55% | - |
| HSV(B) | 71.11º | 0.81% | 0.92% | - |
| XYZ | 53.45 | 71.18 | 13.4 | - |
| YUV | 201.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 45 | 0.15 | 0 | 0.81 | 0.08 | 71.11 | 0.82 | 0.55 |
| Hex | C7 | EA | 2D | F | 0 | 51 | 8 | 47 | 52 | 37 |
| Octal | 307 | 352 | 55 | 17 | 0 | 121 | 10 | 107 | 122 | 67 |
| Binary | 11000111 | 11101010 | 101101 | 1111 | 0 | 1010001 | 1000 | 1000111 | 1010010 | 110111 |
Color Harmonies of #C7EA2D
Complementary color
Monochromatic Colors of #C7EA2D
Black with #C7EA2D
Text Example
Text Example
White with #C7EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EA2D; }
p { color: rgb(199,234,45); }
H1.HeaderClassName
{
color: #C7EA2D;
}
.AnyTagClassName
{
color: #C7EA2D;
}
</style>
background-color css
<style>
a { background-color: #C7EA2D; }
a { background-color: rgb(199,234,45); }
div.DivClassName
{
background-color: #C7EA2D;
}
.BgClassName
{
background-color: #C7EA2D;
}
</style>
border-color css
<style>
span { border-color: #C7EA2D; }
span { border-color: rgb(199,234,45); }
td.TdClassName
{
border-color: #C7EA2D;
}
.TagClassName
{
border-color: #C7EA2D;
}
</style>