Shades of Pear #D8F21B
Tints of Pear #D8F21B
RGB
CMYK
RGB Variations
Color information
#D8F21B (or 0xD8F21B) is known color: Pear. HEX triplet: D8, F2 and 1B. RGB value is (216,242,27). Sum of RGB (Red+Green+Blue) = 216+242+27=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F21B is #270DE4. Grayscale: #D2D2D2. Windows color (decimal): -2559461 or 1831640. OLE color: 1831640.
HSL color Cylindrical-coordinate representation of color #D8F21B: hue angle of 67.26º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8F21B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.05 |
| HSL | 67.26º | 0.89% | 0.53% | - |
| HSV(B) | 67.26º | 0.89% | 0.95% | - |
| XYZ | 60.27 | 78.18 | 12.95 | - |
| YUV | 209.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 27 | 0.11 | 0 | 0.89 | 0.05 | 67.26 | 0.89 | 0.53 |
| Hex | D8 | F2 | 1B | B | 0 | 59 | 5 | 43 | 59 | 35 |
| Octal | 330 | 362 | 33 | 13 | 0 | 131 | 5 | 103 | 131 | 65 |
| Binary | 11011000 | 11110010 | 11011 | 1011 | 0 | 1011001 | 101 | 1000011 | 1011001 | 110101 |
Color Harmonies of #D8F21B
Complementary color
Monochromatic Colors of #D8F21B
Black with #D8F21B
Text Example
Text Example
White with #D8F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F21B; }
p { color: rgb(216,242,27); }
H1.HeaderClassName
{
color: #D8F21B;
}
.AnyTagClassName
{
color: #D8F21B;
}
</style>
background-color css
<style>
a { background-color: #D8F21B; }
a { background-color: rgb(216,242,27); }
div.DivClassName
{
background-color: #D8F21B;
}
.BgClassName
{
background-color: #D8F21B;
}
</style>
border-color css
<style>
span { border-color: #D8F21B; }
span { border-color: rgb(216,242,27); }
td.TdClassName
{
border-color: #D8F21B;
}
.TagClassName
{
border-color: #D8F21B;
}
</style>