Shades of Pear #D7F121
Tints of Pear #D7F121
RGB
CMYK
RGB Variations
Color information
#D7F121 (or 0xD7F121) is known color: Pear. HEX triplet: D7, F1 and 21. RGB value is (215,241,33). Sum of RGB (Red+Green+Blue) = 215+241+33=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F121 is #280EDE. Grayscale: #D2D2D2. Windows color (decimal): -2625247 or 2224599. OLE color: 2224599.
HSL color Cylindrical-coordinate representation of color #D7F121: hue angle of 67.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7F121 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.05 |
| HSL | 67.5º | 0.88% | 0.54% | - |
| HSV(B) | 67.5º | 0.86% | 0.95% | - |
| XYZ | 59.75 | 77.47 | 13.24 | - |
| YUV | 209.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 33 | 0.11 | 0 | 0.86 | 0.05 | 67.5 | 0.88 | 0.54 |
| Hex | D7 | F1 | 21 | B | 0 | 56 | 5 | 44 | 58 | 36 |
| Octal | 327 | 361 | 41 | 13 | 0 | 126 | 5 | 104 | 130 | 66 |
| Binary | 11010111 | 11110001 | 100001 | 1011 | 0 | 1010110 | 101 | 1000100 | 1011000 | 110110 |
Color Harmonies of #D7F121
Complementary color
Monochromatic Colors of #D7F121
Black with #D7F121
Text Example
Text Example
White with #D7F121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F121; }
p { color: rgb(215,241,33); }
H1.HeaderClassName
{
color: #D7F121;
}
.AnyTagClassName
{
color: #D7F121;
}
</style>
background-color css
<style>
a { background-color: #D7F121; }
a { background-color: rgb(215,241,33); }
div.DivClassName
{
background-color: #D7F121;
}
.BgClassName
{
background-color: #D7F121;
}
</style>
border-color css
<style>
span { border-color: #D7F121; }
span { border-color: rgb(215,241,33); }
td.TdClassName
{
border-color: #D7F121;
}
.TagClassName
{
border-color: #D7F121;
}
</style>