Shades of Pear #D7EA30
Tints of Pear #D7EA30
RGB
CMYK
RGB Variations
Color information
#D7EA30 (or 0xD7EA30) is known color: Pear. HEX triplet: D7, EA and 30. RGB value is (215,234,48). Sum of RGB (Red+Green+Blue) = 215+234+48=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EA30 is #2815CF. Grayscale: #CFCFCF. Windows color (decimal): -2627024 or 3205847. OLE color: 3205847.
HSL color Cylindrical-coordinate representation of color #D7EA30: hue angle of 66.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7EA30 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 48 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.08 |
| HSL | 66.13º | 0.82% | 0.55% | - |
| HSV(B) | 66.13º | 0.79% | 0.92% | - |
| XYZ | 57.98 | 73.51 | 13.93 | - |
| YUV | 207.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 48 | 0.08 | 0 | 0.79 | 0.08 | 66.13 | 0.82 | 0.55 |
| Hex | D7 | EA | 30 | 8 | 0 | 4F | 8 | 42 | 52 | 37 |
| Octal | 327 | 352 | 60 | 10 | 0 | 117 | 10 | 102 | 122 | 67 |
| Binary | 11010111 | 11101010 | 110000 | 1000 | 0 | 1001111 | 1000 | 1000010 | 1010010 | 110111 |
Color Harmonies of #D7EA30
Complementary color
Monochromatic Colors of #D7EA30
Black with #D7EA30
Text Example
Text Example
White with #D7EA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA30; }
p { color: rgb(215,234,48); }
H1.HeaderClassName
{
color: #D7EA30;
}
.AnyTagClassName
{
color: #D7EA30;
}
</style>
background-color css
<style>
a { background-color: #D7EA30; }
a { background-color: rgb(215,234,48); }
div.DivClassName
{
background-color: #D7EA30;
}
.BgClassName
{
background-color: #D7EA30;
}
</style>
border-color css
<style>
span { border-color: #D7EA30; }
span { border-color: rgb(215,234,48); }
td.TdClassName
{
border-color: #D7EA30;
}
.TagClassName
{
border-color: #D7EA30;
}
</style>