Shades of Pear #D6EE48
Tints of Pear #D6EE48
RGB
CMYK
RGB Variations
Color information
#D6EE48 (or 0xD6EE48) is known color: Pear. HEX triplet: D6, EE and 48. RGB value is (214,238,72). Sum of RGB (Red+Green+Blue) = 214+238+72=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE48 is #2911B7. Grayscale: #D4D4D4. Windows color (decimal): -2691512 or 4779734. OLE color: 4779734.
HSL color Cylindrical-coordinate representation of color #D6EE48: hue angle of 68.67º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6EE48 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 72 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.07 |
| HSL | 68.67º | 0.83% | 0.61% | - |
| HSV(B) | 68.67º | 0.7% | 0.93% | - |
| XYZ | 59.48 | 75.91 | 17.65 | - |
| YUV | 211.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 72 | 0.10 | 0 | 0.70 | 0.07 | 68.67 | 0.83 | 0.61 |
| Hex | D6 | EE | 48 | A | 0 | 46 | 7 | 45 | 53 | 3D |
| Octal | 326 | 356 | 110 | 12 | 0 | 106 | 7 | 105 | 123 | 75 |
| Binary | 11010110 | 11101110 | 1001000 | 1010 | 0 | 1000110 | 111 | 1000101 | 1010011 | 111101 |
Color Harmonies of #D6EE48
Complementary color
Monochromatic Colors of #D6EE48
Black with #D6EE48
Text Example
Text Example
White with #D6EE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE48; }
p { color: rgb(214,238,72); }
H1.HeaderClassName
{
color: #D6EE48;
}
.AnyTagClassName
{
color: #D6EE48;
}
</style>
background-color css
<style>
a { background-color: #D6EE48; }
a { background-color: rgb(214,238,72); }
div.DivClassName
{
background-color: #D6EE48;
}
.BgClassName
{
background-color: #D6EE48;
}
</style>
border-color css
<style>
span { border-color: #D6EE48; }
span { border-color: rgb(214,238,72); }
td.TdClassName
{
border-color: #D6EE48;
}
.TagClassName
{
border-color: #D6EE48;
}
</style>