Shades of Pear #D3EE25
Tints of Pear #D3EE25
RGB
CMYK
RGB Variations
Color information
#D3EE25 (or 0xD3EE25) is known color: Pear. HEX triplet: D3, EE and 25. RGB value is (211,238,37). Sum of RGB (Red+Green+Blue) = 211+238+37=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EE25 is #2C11DA. Grayscale: #CFCFCF. Windows color (decimal): -2888155 or 2485971. OLE color: 2485971.
HSL color Cylindrical-coordinate representation of color #D3EE25: hue angle of 68.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3EE25 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 37 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.07 |
| HSL | 68.06º | 0.86% | 0.54% | - |
| HSV(B) | 68.06º | 0.84% | 0.93% | - |
| XYZ | 57.77 | 75.13 | 13.21 | - |
| YUV | 207.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 37 | 0.11 | 0 | 0.84 | 0.07 | 68.06 | 0.86 | 0.54 |
| Hex | D3 | EE | 25 | B | 0 | 54 | 7 | 44 | 56 | 36 |
| Octal | 323 | 356 | 45 | 13 | 0 | 124 | 7 | 104 | 126 | 66 |
| Binary | 11010011 | 11101110 | 100101 | 1011 | 0 | 1010100 | 111 | 1000100 | 1010110 | 110110 |
Color Harmonies of #D3EE25
Complementary color
Monochromatic Colors of #D3EE25
Black with #D3EE25
Text Example
Text Example
White with #D3EE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE25; }
p { color: rgb(211,238,37); }
H1.HeaderClassName
{
color: #D3EE25;
}
.AnyTagClassName
{
color: #D3EE25;
}
</style>
background-color css
<style>
a { background-color: #D3EE25; }
a { background-color: rgb(211,238,37); }
div.DivClassName
{
background-color: #D3EE25;
}
.BgClassName
{
background-color: #D3EE25;
}
</style>
border-color css
<style>
span { border-color: #D3EE25; }
span { border-color: rgb(211,238,37); }
td.TdClassName
{
border-color: #D3EE25;
}
.TagClassName
{
border-color: #D3EE25;
}
</style>