Shades of Pear #D9EF30
Tints of Pear #D9EF30
RGB
CMYK
RGB Variations
Color information
#D9EF30 (or 0xD9EF30) is known color: Pear. HEX triplet: D9, EF and 30. RGB value is (217,239,48). Sum of RGB (Red+Green+Blue) = 217+239+48=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EF30 is #2610CF. Grayscale: #D3D3D3. Windows color (decimal): -2494672 or 3207129. OLE color: 3207129.
HSL color Cylindrical-coordinate representation of color #D9EF30: hue angle of 66.91º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9EF30 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 48 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.06 |
| HSL | 66.91º | 0.86% | 0.56% | - |
| HSV(B) | 66.91º | 0.8% | 0.94% | - |
| XYZ | 60.02 | 76.7 | 14.44 | - |
| YUV | 210.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 48 | 0.09 | 0 | 0.80 | 0.06 | 66.91 | 0.86 | 0.56 |
| Hex | D9 | EF | 30 | 9 | 0 | 50 | 6 | 43 | 56 | 38 |
| Octal | 331 | 357 | 60 | 11 | 0 | 120 | 6 | 103 | 126 | 70 |
| Binary | 11011001 | 11101111 | 110000 | 1001 | 0 | 1010000 | 110 | 1000011 | 1010110 | 111000 |
Color Harmonies of #D9EF30
Complementary color
Monochromatic Colors of #D9EF30
Black with #D9EF30
Text Example
Text Example
White with #D9EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF30; }
p { color: rgb(217,239,48); }
H1.HeaderClassName
{
color: #D9EF30;
}
.AnyTagClassName
{
color: #D9EF30;
}
</style>
background-color css
<style>
a { background-color: #D9EF30; }
a { background-color: rgb(217,239,48); }
div.DivClassName
{
background-color: #D9EF30;
}
.BgClassName
{
background-color: #D9EF30;
}
</style>
border-color css
<style>
span { border-color: #D9EF30; }
span { border-color: rgb(217,239,48); }
td.TdClassName
{
border-color: #D9EF30;
}
.TagClassName
{
border-color: #D9EF30;
}
</style>