Shades of Pear #D5E62A
Tints of Pear #D5E62A
RGB
CMYK
RGB Variations
Color information
#D5E62A (or 0xD5E62A) is known color: Pear. HEX triplet: D5, E6 and 2A. RGB value is (213,230,42). Sum of RGB (Red+Green+Blue) = 213+230+42=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E62A is #2A19D5. Grayscale: #CCCCCC. Windows color (decimal): -2759126 or 2811605. OLE color: 2811605.
HSL color Cylindrical-coordinate representation of color #D5E62A: hue angle of 65.43º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5E62A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 42 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.10 |
| HSL | 65.43º | 0.79% | 0.53% | - |
| HSV(B) | 65.43º | 0.82% | 0.9% | - |
| XYZ | 56.16 | 70.91 | 12.92 | - |
| YUV | 203.49 | 36.87 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 42 | 0.07 | 0 | 0.82 | 0.10 | 65.43 | 0.79 | 0.53 |
| Hex | D5 | E6 | 2A | 7 | 0 | 52 | A | 41 | 4F | 35 |
| Octal | 325 | 346 | 52 | 7 | 0 | 122 | 12 | 101 | 117 | 65 |
| Binary | 11010101 | 11100110 | 101010 | 111 | 0 | 1010010 | 1010 | 1000001 | 1001111 | 110101 |
Color Harmonies of #D5E62A
Complementary color
Monochromatic Colors of #D5E62A
Black with #D5E62A
Text Example
Text Example
White with #D5E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E62A; }
p { color: rgb(213,230,42); }
H1.HeaderClassName
{
color: #D5E62A;
}
.AnyTagClassName
{
color: #D5E62A;
}
</style>
background-color css
<style>
a { background-color: #D5E62A; }
a { background-color: rgb(213,230,42); }
div.DivClassName
{
background-color: #D5E62A;
}
.BgClassName
{
background-color: #D5E62A;
}
</style>
border-color css
<style>
span { border-color: #D5E62A; }
span { border-color: rgb(213,230,42); }
td.TdClassName
{
border-color: #D5E62A;
}
.TagClassName
{
border-color: #D5E62A;
}
</style>