Shades of Pear #D6F222
Tints of Pear #D6F222
RGB
CMYK
RGB Variations
Color information
#D6F222 (or 0xD6F222) is known color: Pear. HEX triplet: D6, F2 and 22. RGB value is (214,242,34). Sum of RGB (Red+Green+Blue) = 214+242+34=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F222 is #290DDD. Grayscale: #D2D2D2. Windows color (decimal): -2690526 or 2290390. OLE color: 2290390.
HSL color Cylindrical-coordinate representation of color #D6F222: hue angle of 68.08º degrees, saturation: 0.89, 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 #D6F222 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 34 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.05 |
| HSL | 68.08º | 0.89% | 0.54% | - |
| HSV(B) | 68.08º | 0.86% | 0.95% | - |
| XYZ | 59.77 | 77.92 | 13.4 | - |
| YUV | 209.92 | 28.72 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 34 | 0.12 | 0 | 0.86 | 0.05 | 68.08 | 0.89 | 0.54 |
| Hex | D6 | F2 | 22 | C | 0 | 56 | 5 | 44 | 59 | 36 |
| Octal | 326 | 362 | 42 | 14 | 0 | 126 | 5 | 104 | 131 | 66 |
| Binary | 11010110 | 11110010 | 100010 | 1100 | 0 | 1010110 | 101 | 1000100 | 1011001 | 110110 |
Color Harmonies of #D6F222
Complementary color
Monochromatic Colors of #D6F222
Black with #D6F222
Text Example
Text Example
White with #D6F222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F222; }
p { color: rgb(214,242,34); }
H1.HeaderClassName
{
color: #D6F222;
}
.AnyTagClassName
{
color: #D6F222;
}
</style>
background-color css
<style>
a { background-color: #D6F222; }
a { background-color: rgb(214,242,34); }
div.DivClassName
{
background-color: #D6F222;
}
.BgClassName
{
background-color: #D6F222;
}
</style>
border-color css
<style>
span { border-color: #D6F222; }
span { border-color: rgb(214,242,34); }
td.TdClassName
{
border-color: #D6F222;
}
.TagClassName
{
border-color: #D6F222;
}
</style>