Shades of Pear #D7ED34
Tints of Pear #D7ED34
RGB
CMYK
RGB Variations
Color information
#D7ED34 (or 0xD7ED34) is known color: Pear. HEX triplet: D7, ED and 34. RGB value is (215,237,52). Sum of RGB (Red+Green+Blue) = 215+237+52=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7ED34 is #2812CB. Grayscale: #D2D2D2. Windows color (decimal): -2626252 or 3468759. OLE color: 3468759.
HSL color Cylindrical-coordinate representation of color #D7ED34: hue angle of 67.14º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7ED34 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 52 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.07 |
| HSL | 67.14º | 0.84% | 0.57% | - |
| HSV(B) | 67.14º | 0.78% | 0.93% | - |
| XYZ | 58.93 | 75.26 | 14.67 | - |
| YUV | 209.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 52 | 0.09 | 0 | 0.78 | 0.07 | 67.14 | 0.84 | 0.57 |
| Hex | D7 | ED | 34 | 9 | 0 | 4E | 7 | 43 | 54 | 39 |
| Octal | 327 | 355 | 64 | 11 | 0 | 116 | 7 | 103 | 124 | 71 |
| Binary | 11010111 | 11101101 | 110100 | 1001 | 0 | 1001110 | 111 | 1000011 | 1010100 | 111001 |
Color Harmonies of #D7ED34
Complementary color
Monochromatic Colors of #D7ED34
Black with #D7ED34
Text Example
Text Example
White with #D7ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED34; }
p { color: rgb(215,237,52); }
H1.HeaderClassName
{
color: #D7ED34;
}
.AnyTagClassName
{
color: #D7ED34;
}
</style>
background-color css
<style>
a { background-color: #D7ED34; }
a { background-color: rgb(215,237,52); }
div.DivClassName
{
background-color: #D7ED34;
}
.BgClassName
{
background-color: #D7ED34;
}
</style>
border-color css
<style>
span { border-color: #D7ED34; }
span { border-color: rgb(215,237,52); }
td.TdClassName
{
border-color: #D7ED34;
}
.TagClassName
{
border-color: #D7ED34;
}
</style>