Shades of Pear #D6E62F
Tints of Pear #D6E62F
RGB
CMYK
RGB Variations
Color information
#D6E62F (or 0xD6E62F) is known color: Pear. HEX triplet: D6, E6 and 2F. RGB value is (214,230,47). Sum of RGB (Red+Green+Blue) = 214+230+47=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E62F is #2919D0. Grayscale: #CDCDCD. Windows color (decimal): -2693585 or 3139286. OLE color: 3139286.
HSL color Cylindrical-coordinate representation of color #D6E62F: hue angle of 65.25º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6E62F is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 47 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.10 |
| HSL | 65.25º | 0.79% | 0.54% | - |
| HSV(B) | 65.25º | 0.8% | 0.9% | - |
| XYZ | 56.54 | 71.1 | 13.43 | - |
| YUV | 204.35 | 39.2 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 47 | 0.07 | 0 | 0.80 | 0.10 | 65.25 | 0.79 | 0.54 |
| Hex | D6 | E6 | 2F | 7 | 0 | 50 | A | 41 | 4F | 36 |
| Octal | 326 | 346 | 57 | 7 | 0 | 120 | 12 | 101 | 117 | 66 |
| Binary | 11010110 | 11100110 | 101111 | 111 | 0 | 1010000 | 1010 | 1000001 | 1001111 | 110110 |
Color Harmonies of #D6E62F
Complementary color
Monochromatic Colors of #D6E62F
Black with #D6E62F
Text Example
Text Example
White with #D6E62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E62F; }
p { color: rgb(214,230,47); }
H1.HeaderClassName
{
color: #D6E62F;
}
.AnyTagClassName
{
color: #D6E62F;
}
</style>
background-color css
<style>
a { background-color: #D6E62F; }
a { background-color: rgb(214,230,47); }
div.DivClassName
{
background-color: #D6E62F;
}
.BgClassName
{
background-color: #D6E62F;
}
</style>
border-color css
<style>
span { border-color: #D6E62F; }
span { border-color: rgb(214,230,47); }
td.TdClassName
{
border-color: #D6E62F;
}
.TagClassName
{
border-color: #D6E62F;
}
</style>