Shades of Pear #D6EF1F
Tints of Pear #D6EF1F
RGB
CMYK
RGB Variations
Color information
#D6EF1F (or 0xD6EF1F) is known color: Pear. HEX triplet: D6, EF and 1F. RGB value is (214,239,31). Sum of RGB (Red+Green+Blue) = 214+239+31=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EF1F is #2910E0. Grayscale: #D0D0D0. Windows color (decimal): -2691297 or 2093014. OLE color: 2093014.
HSL color Cylindrical-coordinate representation of color #D6EF1F: hue angle of 67.21º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6EF1F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 31 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.06 |
| HSL | 67.21º | 0.87% | 0.53% | - |
| HSV(B) | 67.21º | 0.87% | 0.94% | - |
| XYZ | 58.85 | 76.13 | 12.89 | - |
| YUV | 207.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 31 | 0.10 | 0 | 0.87 | 0.06 | 67.21 | 0.87 | 0.53 |
| Hex | D6 | EF | 1F | A | 0 | 57 | 6 | 43 | 57 | 35 |
| Octal | 326 | 357 | 37 | 12 | 0 | 127 | 6 | 103 | 127 | 65 |
| Binary | 11010110 | 11101111 | 11111 | 1010 | 0 | 1010111 | 110 | 1000011 | 1010111 | 110101 |
Color Harmonies of #D6EF1F
Complementary color
Monochromatic Colors of #D6EF1F
Black with #D6EF1F
Text Example
Text Example
White with #D6EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EF1F; }
p { color: rgb(214,239,31); }
H1.HeaderClassName
{
color: #D6EF1F;
}
.AnyTagClassName
{
color: #D6EF1F;
}
</style>
background-color css
<style>
a { background-color: #D6EF1F; }
a { background-color: rgb(214,239,31); }
div.DivClassName
{
background-color: #D6EF1F;
}
.BgClassName
{
background-color: #D6EF1F;
}
</style>
border-color css
<style>
span { border-color: #D6EF1F; }
span { border-color: rgb(214,239,31); }
td.TdClassName
{
border-color: #D6EF1F;
}
.TagClassName
{
border-color: #D6EF1F;
}
</style>