Shades of Pear #D9F133
Tints of Pear #D9F133
RGB
CMYK
RGB Variations
Color information
#D9F133 (or 0xD9F133) is known color: Pear. HEX triplet: D9, F1 and 33. RGB value is (217,241,51). Sum of RGB (Red+Green+Blue) = 217+241+51=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 51 (20.31% from 255 or 10.02% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F133 is #260ECC. Grayscale: #D4D4D4. Windows color (decimal): -2494157 or 3404249. OLE color: 3404249.
HSL color Cylindrical-coordinate representation of color #D9F133: hue angle of 67.58º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9F133 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 51 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.05 |
| HSL | 67.58º | 0.87% | 0.57% | - |
| HSV(B) | 67.58º | 0.79% | 0.95% | - |
| XYZ | 60.67 | 77.9 | 14.97 | - |
| YUV | 212.16 | 37.05 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 51 | 0.10 | 0 | 0.79 | 0.05 | 67.58 | 0.87 | 0.57 |
| Hex | D9 | F1 | 33 | A | 0 | 4F | 5 | 44 | 57 | 39 |
| Octal | 331 | 361 | 63 | 12 | 0 | 117 | 5 | 104 | 127 | 71 |
| Binary | 11011001 | 11110001 | 110011 | 1010 | 0 | 1001111 | 101 | 1000100 | 1010111 | 111001 |
Color Harmonies of #D9F133
Complementary color
Monochromatic Colors of #D9F133
Black with #D9F133
Text Example
Text Example
White with #D9F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F133; }
p { color: rgb(217,241,51); }
H1.HeaderClassName
{
color: #D9F133;
}
.AnyTagClassName
{
color: #D9F133;
}
</style>
background-color css
<style>
a { background-color: #D9F133; }
a { background-color: rgb(217,241,51); }
div.DivClassName
{
background-color: #D9F133;
}
.BgClassName
{
background-color: #D9F133;
}
</style>
border-color css
<style>
span { border-color: #D9F133; }
span { border-color: rgb(217,241,51); }
td.TdClassName
{
border-color: #D9F133;
}
.TagClassName
{
border-color: #D9F133;
}
</style>