Shades of Pear #D6F028
Tints of Pear #D6F028
RGB
CMYK
RGB Variations
Color information
#D6F028 (or 0xD6F028) is known color: Pear. HEX triplet: D6, F0 and 28. RGB value is (214,240,40). Sum of RGB (Red+Green+Blue) = 214+240+40=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F028 is #290FD7. Grayscale: #D2D2D2. Windows color (decimal): -2691032 or 2683094. OLE color: 2683094.
HSL color Cylindrical-coordinate representation of color #D6F028: hue angle of 67.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6F028 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 40 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.06 |
| HSL | 67.8º | 0.87% | 0.55% | - |
| HSV(B) | 67.8º | 0.83% | 0.94% | - |
| XYZ | 59.27 | 76.77 | 13.7 | - |
| YUV | 209.43 | 32.39 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 40 | 0.11 | 0 | 0.83 | 0.06 | 67.8 | 0.87 | 0.55 |
| Hex | D6 | F0 | 28 | B | 0 | 53 | 6 | 44 | 57 | 37 |
| Octal | 326 | 360 | 50 | 13 | 0 | 123 | 6 | 104 | 127 | 67 |
| Binary | 11010110 | 11110000 | 101000 | 1011 | 0 | 1010011 | 110 | 1000100 | 1010111 | 110111 |
Color Harmonies of #D6F028
Complementary color
Monochromatic Colors of #D6F028
Black with #D6F028
Text Example
Text Example
White with #D6F028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F028; }
p { color: rgb(214,240,40); }
H1.HeaderClassName
{
color: #D6F028;
}
.AnyTagClassName
{
color: #D6F028;
}
</style>
background-color css
<style>
a { background-color: #D6F028; }
a { background-color: rgb(214,240,40); }
div.DivClassName
{
background-color: #D6F028;
}
.BgClassName
{
background-color: #D6F028;
}
</style>
border-color css
<style>
span { border-color: #D6F028; }
span { border-color: rgb(214,240,40); }
td.TdClassName
{
border-color: #D6F028;
}
.TagClassName
{
border-color: #D6F028;
}
</style>