Shades of Pear #D8F027
Tints of Pear #D8F027
RGB
CMYK
RGB Variations
Color information
#D8F027 (or 0xD8F027) is known color: Pear. HEX triplet: D8, F0 and 27. RGB value is (216,240,39). Sum of RGB (Red+Green+Blue) = 216+240+39=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F027 is #270FD8. Grayscale: #D2D2D2. Windows color (decimal): -2559961 or 2617560. OLE color: 2617560.
HSL color Cylindrical-coordinate representation of color #D8F027: hue angle of 67.16º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8F027 is Cyan = 0.1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 39 | - |
| CMYK | 0.1 | 0 | 0.84 | 0.06 |
| HSL | 67.16º | 0.87% | 0.55% | - |
| HSV(B) | 67.16º | 0.84% | 0.94% | - |
| XYZ | 59.85 | 77.07 | 13.64 | - |
| YUV | 209.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 39 | 0.1 | 0 | 0.84 | 0.06 | 67.16 | 0.87 | 0.55 |
| Hex | D8 | F0 | 27 | A | 0 | 54 | 6 | 43 | 57 | 37 |
| Octal | 330 | 360 | 47 | 12 | 0 | 124 | 6 | 103 | 127 | 67 |
| Binary | 11011000 | 11110000 | 100111 | 1010 | 0 | 1010100 | 110 | 1000011 | 1010111 | 110111 |
Color Harmonies of #D8F027
Complementary color
Monochromatic Colors of #D8F027
Black with #D8F027
Text Example
Text Example
White with #D8F027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F027; }
p { color: rgb(216,240,39); }
H1.HeaderClassName
{
color: #D8F027;
}
.AnyTagClassName
{
color: #D8F027;
}
</style>
background-color css
<style>
a { background-color: #D8F027; }
a { background-color: rgb(216,240,39); }
div.DivClassName
{
background-color: #D8F027;
}
.BgClassName
{
background-color: #D8F027;
}
</style>
border-color css
<style>
span { border-color: #D8F027; }
span { border-color: rgb(216,240,39); }
td.TdClassName
{
border-color: #D8F027;
}
.TagClassName
{
border-color: #D8F027;
}
</style>