Shades of Pear #D5EE4A
Tints of Pear #D5EE4A
RGB
CMYK
RGB Variations
Color information
#D5EE4A (or 0xD5EE4A) is known color: Pear. HEX triplet: D5, EE and 4A. RGB value is (213,238,74). Sum of RGB (Red+Green+Blue) = 213+238+74=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EE4A is #2A11B5. Grayscale: #D4D4D4. Windows color (decimal): -2757046 or 4910805. OLE color: 4910805.
HSL color Cylindrical-coordinate representation of color #D5EE4A: hue angle of 69.15º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5EE4A is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 74 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.07 |
| HSL | 69.15º | 0.83% | 0.61% | - |
| HSV(B) | 69.15º | 0.69% | 0.93% | - |
| XYZ | 59.25 | 75.79 | 17.98 | - |
| YUV | 211.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 74 | 0.11 | 0 | 0.69 | 0.07 | 69.15 | 0.83 | 0.61 |
| Hex | D5 | EE | 4A | B | 0 | 45 | 7 | 45 | 53 | 3D |
| Octal | 325 | 356 | 112 | 13 | 0 | 105 | 7 | 105 | 123 | 75 |
| Binary | 11010101 | 11101110 | 1001010 | 1011 | 0 | 1000101 | 111 | 1000101 | 1010011 | 111101 |
Color Harmonies of #D5EE4A
Complementary color
Monochromatic Colors of #D5EE4A
Black with #D5EE4A
Text Example
Text Example
White with #D5EE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EE4A; }
p { color: rgb(213,238,74); }
H1.HeaderClassName
{
color: #D5EE4A;
}
.AnyTagClassName
{
color: #D5EE4A;
}
</style>
background-color css
<style>
a { background-color: #D5EE4A; }
a { background-color: rgb(213,238,74); }
div.DivClassName
{
background-color: #D5EE4A;
}
.BgClassName
{
background-color: #D5EE4A;
}
</style>
border-color css
<style>
span { border-color: #D5EE4A; }
span { border-color: rgb(213,238,74); }
td.TdClassName
{
border-color: #D5EE4A;
}
.TagClassName
{
border-color: #D5EE4A;
}
</style>