Shades of Pear #D5FA3E
Tints of Pear #D5FA3E
RGB
CMYK
RGB Variations
Color information
#D5FA3E (or 0xD5FA3E) is known color: Pear. HEX triplet: D5, FA and 3E. RGB value is (213,250,62). Sum of RGB (Red+Green+Blue) = 213+250+62=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 62 (24.61% from 255 or 11.81% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA3E is #2A05C1. Grayscale: #DADADA. Windows color (decimal): -2753986 or 4127445. OLE color: 4127445.
HSL color Cylindrical-coordinate representation of color #D5FA3E: hue angle of 71.81º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5FA3E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 62 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.02 |
| HSL | 71.81º | 0.95% | 0.61% | - |
| HSV(B) | 71.81º | 0.75% | 0.98% | - |
| XYZ | 62.5 | 82.87 | 17.26 | - |
| YUV | 217.51 | 40.24 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 62 | 0.15 | 0 | 0.75 | 0.02 | 71.81 | 0.95 | 0.61 |
| Hex | D5 | FA | 3E | F | 0 | 4B | 2 | 48 | 5F | 3D |
| Octal | 325 | 372 | 76 | 17 | 0 | 113 | 2 | 110 | 137 | 75 |
| Binary | 11010101 | 11111010 | 111110 | 1111 | 0 | 1001011 | 10 | 1001000 | 1011111 | 111101 |
Color Harmonies of #D5FA3E
Complementary color
Monochromatic Colors of #D5FA3E
Black with #D5FA3E
Text Example
Text Example
White with #D5FA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA3E; }
p { color: rgb(213,250,62); }
H1.HeaderClassName
{
color: #D5FA3E;
}
.AnyTagClassName
{
color: #D5FA3E;
}
</style>
background-color css
<style>
a { background-color: #D5FA3E; }
a { background-color: rgb(213,250,62); }
div.DivClassName
{
background-color: #D5FA3E;
}
.BgClassName
{
background-color: #D5FA3E;
}
</style>
border-color css
<style>
span { border-color: #D5FA3E; }
span { border-color: rgb(213,250,62); }
td.TdClassName
{
border-color: #D5FA3E;
}
.TagClassName
{
border-color: #D5FA3E;
}
</style>