Shades of Pear #D7F21C
Tints of Pear #D7F21C
RGB
CMYK
RGB Variations
Color information
#D7F21C (or 0xD7F21C) is known color: Pear. HEX triplet: D7, F2 and 1C. RGB value is (215,242,28). Sum of RGB (Red+Green+Blue) = 215+242+28=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F21C is #280DE3. Grayscale: #D2D2D2. Windows color (decimal): -2624996 or 1897175. OLE color: 1897175.
HSL color Cylindrical-coordinate representation of color #D7F21C: hue angle of 67.57º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7F21C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.05 |
| HSL | 67.57º | 0.89% | 0.53% | - |
| HSV(B) | 67.57º | 0.88% | 0.95% | - |
| XYZ | 59.99 | 78.04 | 13 | - |
| YUV | 209.53 | 25.55 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 28 | 0.11 | 0 | 0.88 | 0.05 | 67.57 | 0.89 | 0.53 |
| Hex | D7 | F2 | 1C | B | 0 | 58 | 5 | 44 | 59 | 35 |
| Octal | 327 | 362 | 34 | 13 | 0 | 130 | 5 | 104 | 131 | 65 |
| Binary | 11010111 | 11110010 | 11100 | 1011 | 0 | 1011000 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D7F21C
Complementary color
Monochromatic Colors of #D7F21C
Black with #D7F21C
Text Example
Text Example
White with #D7F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F21C; }
p { color: rgb(215,242,28); }
H1.HeaderClassName
{
color: #D7F21C;
}
.AnyTagClassName
{
color: #D7F21C;
}
</style>
background-color css
<style>
a { background-color: #D7F21C; }
a { background-color: rgb(215,242,28); }
div.DivClassName
{
background-color: #D7F21C;
}
.BgClassName
{
background-color: #D7F21C;
}
</style>
border-color css
<style>
span { border-color: #D7F21C; }
span { border-color: rgb(215,242,28); }
td.TdClassName
{
border-color: #D7F21C;
}
.TagClassName
{
border-color: #D7F21C;
}
</style>