Shades of Pear #D7F422
Tints of Pear #D7F422
RGB
CMYK
RGB Variations
Color information
#D7F422 (or 0xD7F422) is known color: Pear. HEX triplet: D7, F4 and 22. RGB value is (215,244,34). Sum of RGB (Red+Green+Blue) = 215+244+34=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F422 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F422 is #280BDD. Grayscale: #D4D4D4. Windows color (decimal): -2624478 or 2290903. OLE color: 2290903.
HSL color Cylindrical-coordinate representation of color #D7F422: hue angle of 68.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7F422 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 34 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.04 |
| HSL | 68.29º | 0.91% | 0.55% | - |
| HSV(B) | 68.29º | 0.86% | 0.96% | - |
| XYZ | 60.66 | 79.26 | 13.62 | - |
| YUV | 211.39 | 27.89 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 34 | 0.12 | 0 | 0.86 | 0.04 | 68.29 | 0.91 | 0.55 |
| Hex | D7 | F4 | 22 | C | 0 | 56 | 4 | 44 | 5B | 37 |
| Octal | 327 | 364 | 42 | 14 | 0 | 126 | 4 | 104 | 133 | 67 |
| Binary | 11010111 | 11110100 | 100010 | 1100 | 0 | 1010110 | 100 | 1000100 | 1011011 | 110111 |
Color Harmonies of #D7F422
Complementary color
Monochromatic Colors of #D7F422
Black with #D7F422
Text Example
Text Example
White with #D7F422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F422; }
p { color: rgb(215,244,34); }
H1.HeaderClassName
{
color: #D7F422;
}
.AnyTagClassName
{
color: #D7F422;
}
</style>
background-color css
<style>
a { background-color: #D7F422; }
a { background-color: rgb(215,244,34); }
div.DivClassName
{
background-color: #D7F422;
}
.BgClassName
{
background-color: #D7F422;
}
</style>
border-color css
<style>
span { border-color: #D7F422; }
span { border-color: rgb(215,244,34); }
td.TdClassName
{
border-color: #D7F422;
}
.TagClassName
{
border-color: #D7F422;
}
</style>