Shades of Pear #D5F04A
Tints of Pear #D5F04A
RGB
CMYK
RGB Variations
Color information
#D5F04A (or 0xD5F04A) is known color: Pear. HEX triplet: D5, F0 and 4A. RGB value is (213,240,74). Sum of RGB (Red+Green+Blue) = 213+240+74=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F04A is #2A0FB5. Grayscale: #D5D5D5. Windows color (decimal): -2756534 or 4911317. OLE color: 4911317.
HSL color Cylindrical-coordinate representation of color #D5F04A: hue angle of 69.76º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5F04A is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 74 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.06 |
| HSL | 69.76º | 0.85% | 0.62% | - |
| HSV(B) | 69.76º | 0.69% | 0.94% | - |
| XYZ | 59.84 | 76.96 | 18.18 | - |
| YUV | 213 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 74 | 0.11 | 0 | 0.69 | 0.06 | 69.76 | 0.85 | 0.62 |
| Hex | D5 | F0 | 4A | B | 0 | 45 | 6 | 46 | 55 | 3E |
| Octal | 325 | 360 | 112 | 13 | 0 | 105 | 6 | 106 | 125 | 76 |
| Binary | 11010101 | 11110000 | 1001010 | 1011 | 0 | 1000101 | 110 | 1000110 | 1010101 | 111110 |
Color Harmonies of #D5F04A
Complementary color
Monochromatic Colors of #D5F04A
Black with #D5F04A
Text Example
Text Example
White with #D5F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F04A; }
p { color: rgb(213,240,74); }
H1.HeaderClassName
{
color: #D5F04A;
}
.AnyTagClassName
{
color: #D5F04A;
}
</style>
background-color css
<style>
a { background-color: #D5F04A; }
a { background-color: rgb(213,240,74); }
div.DivClassName
{
background-color: #D5F04A;
}
.BgClassName
{
background-color: #D5F04A;
}
</style>
border-color css
<style>
span { border-color: #D5F04A; }
span { border-color: rgb(213,240,74); }
td.TdClassName
{
border-color: #D5F04A;
}
.TagClassName
{
border-color: #D5F04A;
}
</style>