Shades of Pear #D9F33A
Tints of Pear #D9F33A
RGB
CMYK
RGB Variations
Color information
#D9F33A (or 0xD9F33A) is known color: Pear. HEX triplet: D9, F3 and 3A. RGB value is (217,243,58). Sum of RGB (Red+Green+Blue) = 217+243+58=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F33A is #260CC5. Grayscale: #D6D6D6. Windows color (decimal): -2493638 or 3863513. OLE color: 3863513.
HSL color Cylindrical-coordinate representation of color #D9F33A: hue angle of 68.43º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9F33A is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 58 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.05 |
| HSL | 68.43º | 0.89% | 0.59% | - |
| HSV(B) | 68.43º | 0.76% | 0.95% | - |
| XYZ | 61.43 | 79.16 | 16.04 | - |
| YUV | 214.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 58 | 0.11 | 0 | 0.76 | 0.05 | 68.43 | 0.89 | 0.59 |
| Hex | D9 | F3 | 3A | B | 0 | 4C | 5 | 44 | 59 | 3B |
| Octal | 331 | 363 | 72 | 13 | 0 | 114 | 5 | 104 | 131 | 73 |
| Binary | 11011001 | 11110011 | 111010 | 1011 | 0 | 1001100 | 101 | 1000100 | 1011001 | 111011 |
Color Harmonies of #D9F33A
Complementary color
Monochromatic Colors of #D9F33A
Black with #D9F33A
Text Example
Text Example
White with #D9F33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F33A; }
p { color: rgb(217,243,58); }
H1.HeaderClassName
{
color: #D9F33A;
}
.AnyTagClassName
{
color: #D9F33A;
}
</style>
background-color css
<style>
a { background-color: #D9F33A; }
a { background-color: rgb(217,243,58); }
div.DivClassName
{
background-color: #D9F33A;
}
.BgClassName
{
background-color: #D9F33A;
}
</style>
border-color css
<style>
span { border-color: #D9F33A; }
span { border-color: rgb(217,243,58); }
td.TdClassName
{
border-color: #D9F33A;
}
.TagClassName
{
border-color: #D9F33A;
}
</style>