Shades of Pear #D9F533
Tints of Pear #D9F533
RGB
CMYK
RGB Variations
Color information
#D9F533 (or 0xD9F533) is known color: Pear. HEX triplet: D9, F5 and 33. RGB value is (217,245,51). Sum of RGB (Red+Green+Blue) = 217+245+51=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F533 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F533 is #260ACC. Grayscale: #D7D7D7. Windows color (decimal): -2493133 or 3405273. OLE color: 3405273.
HSL color Cylindrical-coordinate representation of color #D9F533: hue angle of 68.66º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9F533 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 51 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.04 |
| HSL | 68.66º | 0.91% | 0.58% | - |
| HSV(B) | 68.66º | 0.79% | 0.96% | - |
| XYZ | 61.87 | 80.3 | 15.37 | - |
| YUV | 214.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 51 | 0.11 | 0 | 0.79 | 0.04 | 68.66 | 0.91 | 0.58 |
| Hex | D9 | F5 | 33 | B | 0 | 4F | 4 | 45 | 5B | 3A |
| Octal | 331 | 365 | 63 | 13 | 0 | 117 | 4 | 105 | 133 | 72 |
| Binary | 11011001 | 11110101 | 110011 | 1011 | 0 | 1001111 | 100 | 1000101 | 1011011 | 111010 |
Color Harmonies of #D9F533
Complementary color
Monochromatic Colors of #D9F533
Black with #D9F533
Text Example
Text Example
White with #D9F533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F533; }
p { color: rgb(217,245,51); }
H1.HeaderClassName
{
color: #D9F533;
}
.AnyTagClassName
{
color: #D9F533;
}
</style>
background-color css
<style>
a { background-color: #D9F533; }
a { background-color: rgb(217,245,51); }
div.DivClassName
{
background-color: #D9F533;
}
.BgClassName
{
background-color: #D9F533;
}
</style>
border-color css
<style>
span { border-color: #D9F533; }
span { border-color: rgb(217,245,51); }
td.TdClassName
{
border-color: #D9F533;
}
.TagClassName
{
border-color: #D9F533;
}
</style>