Shades of Pear #D8F127
Tints of Pear #D8F127
RGB
CMYK
RGB Variations
Color information
#D8F127 (or 0xD8F127) is known color: Pear. HEX triplet: D8, F1 and 27. RGB value is (216,241,39). Sum of RGB (Red+Green+Blue) = 216+241+39=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F127 is #270ED8. Grayscale: #D3D3D3. Windows color (decimal): -2559705 or 2617816. OLE color: 2617816.
HSL color Cylindrical-coordinate representation of color #D8F127: hue angle of 67.43º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8F127 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 39 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.05 |
| HSL | 67.43º | 0.88% | 0.55% | - |
| HSV(B) | 67.43º | 0.84% | 0.95% | - |
| XYZ | 60.14 | 77.66 | 13.74 | - |
| YUV | 210.5 | 31.22 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 39 | 0.10 | 0 | 0.84 | 0.05 | 67.43 | 0.88 | 0.55 |
| Hex | D8 | F1 | 27 | A | 0 | 54 | 5 | 43 | 58 | 37 |
| Octal | 330 | 361 | 47 | 12 | 0 | 124 | 5 | 103 | 130 | 67 |
| Binary | 11011000 | 11110001 | 100111 | 1010 | 0 | 1010100 | 101 | 1000011 | 1011000 | 110111 |
Color Harmonies of #D8F127
Complementary color
Monochromatic Colors of #D8F127
Black with #D8F127
Text Example
Text Example
White with #D8F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F127; }
p { color: rgb(216,241,39); }
H1.HeaderClassName
{
color: #D8F127;
}
.AnyTagClassName
{
color: #D8F127;
}
</style>
background-color css
<style>
a { background-color: #D8F127; }
a { background-color: rgb(216,241,39); }
div.DivClassName
{
background-color: #D8F127;
}
.BgClassName
{
background-color: #D8F127;
}
</style>
border-color css
<style>
span { border-color: #D8F127; }
span { border-color: rgb(216,241,39); }
td.TdClassName
{
border-color: #D8F127;
}
.TagClassName
{
border-color: #D8F127;
}
</style>