Shades of Pear #D9F12F
Tints of Pear #D9F12F
RGB
CMYK
RGB Variations
Color information
#D9F12F (or 0xD9F12F) is known color: Pear. HEX triplet: D9, F1 and 2F. RGB value is (217,241,47). Sum of RGB (Red+Green+Blue) = 217+241+47=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F12F is #260ED0. Grayscale: #D4D4D4. Windows color (decimal): -2494161 or 3142105. OLE color: 3142105.
HSL color Cylindrical-coordinate representation of color #D9F12F: hue angle of 67.42º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9F12F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.05 |
| HSL | 67.42º | 0.87% | 0.56% | - |
| HSV(B) | 67.42º | 0.8% | 0.95% | - |
| XYZ | 60.58 | 77.87 | 14.53 | - |
| YUV | 211.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 47 | 0.10 | 0 | 0.80 | 0.05 | 67.42 | 0.87 | 0.56 |
| Hex | D9 | F1 | 2F | A | 0 | 50 | 5 | 43 | 57 | 38 |
| Octal | 331 | 361 | 57 | 12 | 0 | 120 | 5 | 103 | 127 | 70 |
| Binary | 11011001 | 11110001 | 101111 | 1010 | 0 | 1010000 | 101 | 1000011 | 1010111 | 111000 |
Color Harmonies of #D9F12F
Complementary color
Monochromatic Colors of #D9F12F
Black with #D9F12F
Text Example
Text Example
White with #D9F12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F12F; }
p { color: rgb(217,241,47); }
H1.HeaderClassName
{
color: #D9F12F;
}
.AnyTagClassName
{
color: #D9F12F;
}
</style>
background-color css
<style>
a { background-color: #D9F12F; }
a { background-color: rgb(217,241,47); }
div.DivClassName
{
background-color: #D9F12F;
}
.BgClassName
{
background-color: #D9F12F;
}
</style>
border-color css
<style>
span { border-color: #D9F12F; }
span { border-color: rgb(217,241,47); }
td.TdClassName
{
border-color: #D9F12F;
}
.TagClassName
{
border-color: #D9F12F;
}
</style>