Shades of Pear #D9F33D
Tints of Pear #D9F33D
RGB
CMYK
RGB Variations
Color information
#D9F33D (or 0xD9F33D) is known color: Pear. HEX triplet: D9, F3 and 3D. RGB value is (217,243,61). Sum of RGB (Red+Green+Blue) = 217+243+61=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F33D is #260CC2. Grayscale: #D7D7D7. Windows color (decimal): -2493635 or 4060121. OLE color: 4060121.
HSL color Cylindrical-coordinate representation of color #D9F33D: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9F33D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.05 |
| HSL | 68.57º | 0.88% | 0.6% | - |
| HSV(B) | 68.57º | 0.75% | 0.95% | - |
| XYZ | 61.51 | 79.19 | 16.46 | - |
| YUV | 214.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 61 | 0.11 | 0 | 0.75 | 0.05 | 68.57 | 0.88 | 0.6 |
| Hex | D9 | F3 | 3D | B | 0 | 4B | 5 | 45 | 58 | 3C |
| Octal | 331 | 363 | 75 | 13 | 0 | 113 | 5 | 105 | 130 | 74 |
| Binary | 11011001 | 11110011 | 111101 | 1011 | 0 | 1001011 | 101 | 1000101 | 1011000 | 111100 |
Color Harmonies of #D9F33D
Complementary color
Monochromatic Colors of #D9F33D
Black with #D9F33D
Text Example
Text Example
White with #D9F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F33D; }
p { color: rgb(217,243,61); }
H1.HeaderClassName
{
color: #D9F33D;
}
.AnyTagClassName
{
color: #D9F33D;
}
</style>
background-color css
<style>
a { background-color: #D9F33D; }
a { background-color: rgb(217,243,61); }
div.DivClassName
{
background-color: #D9F33D;
}
.BgClassName
{
background-color: #D9F33D;
}
</style>
border-color css
<style>
span { border-color: #D9F33D; }
span { border-color: rgb(217,243,61); }
td.TdClassName
{
border-color: #D9F33D;
}
.TagClassName
{
border-color: #D9F33D;
}
</style>