Shades of Pear #D5F94A
Tints of Pear #D5F94A
RGB
CMYK
RGB Variations
Color information
#D5F94A (or 0xD5F94A) is known color: Pear. HEX triplet: D5, F9 and 4A. RGB value is (213,249,74). Sum of RGB (Red+Green+Blue) = 213+249+74=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F94A is #2A06B5. Grayscale: #DADADA. Windows color (decimal): -2754230 or 4913621. OLE color: 4913621.
HSL color Cylindrical-coordinate representation of color #D5F94A: hue angle of 72.34º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5F94A is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 74 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.02 |
| HSL | 72.34º | 0.94% | 0.63% | - |
| HSV(B) | 72.34º | 0.7% | 0.98% | - |
| XYZ | 62.55 | 82.39 | 19.08 | - |
| YUV | 218.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 74 | 0.14 | 0 | 0.70 | 0.02 | 72.34 | 0.94 | 0.63 |
| Hex | D5 | F9 | 4A | E | 0 | 46 | 2 | 48 | 5E | 3F |
| Octal | 325 | 371 | 112 | 16 | 0 | 106 | 2 | 110 | 136 | 77 |
| Binary | 11010101 | 11111001 | 1001010 | 1110 | 0 | 1000110 | 10 | 1001000 | 1011110 | 111111 |
Color Harmonies of #D5F94A
Complementary color
Monochromatic Colors of #D5F94A
Black with #D5F94A
Text Example
Text Example
White with #D5F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F94A; }
p { color: rgb(213,249,74); }
H1.HeaderClassName
{
color: #D5F94A;
}
.AnyTagClassName
{
color: #D5F94A;
}
</style>
background-color css
<style>
a { background-color: #D5F94A; }
a { background-color: rgb(213,249,74); }
div.DivClassName
{
background-color: #D5F94A;
}
.BgClassName
{
background-color: #D5F94A;
}
</style>
border-color css
<style>
span { border-color: #D5F94A; }
span { border-color: rgb(213,249,74); }
td.TdClassName
{
border-color: #D5F94A;
}
.TagClassName
{
border-color: #D5F94A;
}
</style>