Shades of Pear #D2EA36
Tints of Pear #D2EA36
RGB
CMYK
RGB Variations
Color information
#D2EA36 (or 0xD2EA36) is known color: Pear. HEX triplet: D2, EA and 36. RGB value is (210,234,54). Sum of RGB (Red+Green+Blue) = 210+234+54=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EA36 is #2D15C9. Grayscale: #CFCFCF. Windows color (decimal): -2954698 or 3599058. OLE color: 3599058.
HSL color Cylindrical-coordinate representation of color #D2EA36: hue angle of 68º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2EA36 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 54 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.08 |
| HSL | 68º | 0.81% | 0.56% | - |
| HSV(B) | 68º | 0.77% | 0.92% | - |
| XYZ | 56.67 | 72.81 | 14.56 | - |
| YUV | 206.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 54 | 0.10 | 0 | 0.77 | 0.08 | 68 | 0.81 | 0.56 |
| Hex | D2 | EA | 36 | A | 0 | 4D | 8 | 44 | 51 | 38 |
| Octal | 322 | 352 | 66 | 12 | 0 | 115 | 10 | 104 | 121 | 70 |
| Binary | 11010010 | 11101010 | 110110 | 1010 | 0 | 1001101 | 1000 | 1000100 | 1010001 | 111000 |
Color Harmonies of #D2EA36
Complementary color
Monochromatic Colors of #D2EA36
Black with #D2EA36
Text Example
Text Example
White with #D2EA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EA36; }
p { color: rgb(210,234,54); }
H1.HeaderClassName
{
color: #D2EA36;
}
.AnyTagClassName
{
color: #D2EA36;
}
</style>
background-color css
<style>
a { background-color: #D2EA36; }
a { background-color: rgb(210,234,54); }
div.DivClassName
{
background-color: #D2EA36;
}
.BgClassName
{
background-color: #D2EA36;
}
</style>
border-color css
<style>
span { border-color: #D2EA36; }
span { border-color: rgb(210,234,54); }
td.TdClassName
{
border-color: #D2EA36;
}
.TagClassName
{
border-color: #D2EA36;
}
</style>