Shades of Pear #D8F12B
Tints of Pear #D8F12B
RGB
CMYK
RGB Variations
Color information
#D8F12B (or 0xD8F12B) is known color: Pear. HEX triplet: D8, F1 and 2B. RGB value is (216,241,43). Sum of RGB (Red+Green+Blue) = 216+241+43=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F12B is #270ED4. Grayscale: #D3D3D3. Windows color (decimal): -2559701 or 2879960. OLE color: 2879960.
HSL color Cylindrical-coordinate representation of color #D8F12B: hue angle of 67.58º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8F12B is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 43 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.05 |
| HSL | 67.58º | 0.88% | 0.56% | - |
| HSV(B) | 67.58º | 0.82% | 0.95% | - |
| XYZ | 60.21 | 77.68 | 14.11 | - |
| YUV | 210.95 | 33.22 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 43 | 0.10 | 0 | 0.82 | 0.05 | 67.58 | 0.88 | 0.56 |
| Hex | D8 | F1 | 2B | A | 0 | 52 | 5 | 44 | 58 | 38 |
| Octal | 330 | 361 | 53 | 12 | 0 | 122 | 5 | 104 | 130 | 70 |
| Binary | 11011000 | 11110001 | 101011 | 1010 | 0 | 1010010 | 101 | 1000100 | 1011000 | 111000 |
Color Harmonies of #D8F12B
Complementary color
Monochromatic Colors of #D8F12B
Black with #D8F12B
Text Example
Text Example
White with #D8F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F12B; }
p { color: rgb(216,241,43); }
H1.HeaderClassName
{
color: #D8F12B;
}
.AnyTagClassName
{
color: #D8F12B;
}
</style>
background-color css
<style>
a { background-color: #D8F12B; }
a { background-color: rgb(216,241,43); }
div.DivClassName
{
background-color: #D8F12B;
}
.BgClassName
{
background-color: #D8F12B;
}
</style>
border-color css
<style>
span { border-color: #D8F12B; }
span { border-color: rgb(216,241,43); }
td.TdClassName
{
border-color: #D8F12B;
}
.TagClassName
{
border-color: #D8F12B;
}
</style>