Shades of Pear #D8F41B
Tints of Pear #D8F41B
RGB
CMYK
RGB Variations
Color information
#D8F41B (or 0xD8F41B) is known color: Pear. HEX triplet: D8, F4 and 1B. RGB value is (216,244,27). Sum of RGB (Red+Green+Blue) = 216+244+27=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F41B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F41B is #270BE4. Grayscale: #D3D3D3. Windows color (decimal): -2558949 or 1832152. OLE color: 1832152.
HSL color Cylindrical-coordinate representation of color #D8F41B: hue angle of 67.74º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8F41B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.04 |
| HSL | 67.74º | 0.91% | 0.53% | - |
| HSV(B) | 67.74º | 0.89% | 0.96% | - |
| XYZ | 60.87 | 79.38 | 13.15 | - |
| YUV | 210.89 | 24.22 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 27 | 0.11 | 0 | 0.89 | 0.04 | 67.74 | 0.91 | 0.53 |
| Hex | D8 | F4 | 1B | B | 0 | 59 | 4 | 44 | 5B | 35 |
| Octal | 330 | 364 | 33 | 13 | 0 | 131 | 4 | 104 | 133 | 65 |
| Binary | 11011000 | 11110100 | 11011 | 1011 | 0 | 1011001 | 100 | 1000100 | 1011011 | 110101 |
Color Harmonies of #D8F41B
Complementary color
Monochromatic Colors of #D8F41B
Black with #D8F41B
Text Example
Text Example
White with #D8F41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F41B; }
p { color: rgb(216,244,27); }
H1.HeaderClassName
{
color: #D8F41B;
}
.AnyTagClassName
{
color: #D8F41B;
}
</style>
background-color css
<style>
a { background-color: #D8F41B; }
a { background-color: rgb(216,244,27); }
div.DivClassName
{
background-color: #D8F41B;
}
.BgClassName
{
background-color: #D8F41B;
}
</style>
border-color css
<style>
span { border-color: #D8F41B; }
span { border-color: rgb(216,244,27); }
td.TdClassName
{
border-color: #D8F41B;
}
.TagClassName
{
border-color: #D8F41B;
}
</style>