Shades of Pear #D8F52A
Tints of Pear #D8F52A
RGB
CMYK
RGB Variations
Color information
#D8F52A (or 0xD8F52A) is known color: Pear. HEX triplet: D8, F5 and 2A. RGB value is (216,245,42). Sum of RGB (Red+Green+Blue) = 216+245+42=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F52A is #270AD5. Grayscale: #D5D5D5. Windows color (decimal): -2558678 or 2815448. OLE color: 2815448.
HSL color Cylindrical-coordinate representation of color #D8F52A: hue angle of 68.57º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8F52A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 42 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.04 |
| HSL | 68.57º | 0.91% | 0.56% | - |
| HSV(B) | 68.57º | 0.83% | 0.96% | - |
| XYZ | 61.39 | 80.07 | 14.41 | - |
| YUV | 213.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 42 | 0.12 | 0 | 0.83 | 0.04 | 68.57 | 0.91 | 0.56 |
| Hex | D8 | F5 | 2A | C | 0 | 53 | 4 | 45 | 5B | 38 |
| Octal | 330 | 365 | 52 | 14 | 0 | 123 | 4 | 105 | 133 | 70 |
| Binary | 11011000 | 11110101 | 101010 | 1100 | 0 | 1010011 | 100 | 1000101 | 1011011 | 111000 |
Color Harmonies of #D8F52A
Complementary color
Monochromatic Colors of #D8F52A
Black with #D8F52A
Text Example
Text Example
White with #D8F52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F52A; }
p { color: rgb(216,245,42); }
H1.HeaderClassName
{
color: #D8F52A;
}
.AnyTagClassName
{
color: #D8F52A;
}
</style>
background-color css
<style>
a { background-color: #D8F52A; }
a { background-color: rgb(216,245,42); }
div.DivClassName
{
background-color: #D8F52A;
}
.BgClassName
{
background-color: #D8F52A;
}
</style>
border-color css
<style>
span { border-color: #D8F52A; }
span { border-color: rgb(216,245,42); }
td.TdClassName
{
border-color: #D8F52A;
}
.TagClassName
{
border-color: #D8F52A;
}
</style>