Shades of Pear #D5FB2F
Tints of Pear #D5FB2F
RGB
CMYK
RGB Variations
Color information
#D5FB2F (or 0xD5FB2F) is known color: Pear. HEX triplet: D5, FB and 2F. RGB value is (213,251,47). Sum of RGB (Red+Green+Blue) = 213+251+47=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB2F is #2A04D0. Grayscale: #D9D9D9. Windows color (decimal): -2753745 or 3144661. OLE color: 3144661.
HSL color Cylindrical-coordinate representation of color #D5FB2F: hue angle of 71.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5FB2F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 47 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.02 |
| HSL | 71.18º | 0.96% | 0.58% | - |
| HSV(B) | 71.18º | 0.81% | 0.98% | - |
| XYZ | 62.45 | 83.35 | 15.49 | - |
| YUV | 216.38 | 32.41 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 47 | 0.15 | 0 | 0.81 | 0.02 | 71.18 | 0.96 | 0.58 |
| Hex | D5 | FB | 2F | F | 0 | 51 | 2 | 47 | 60 | 3A |
| Octal | 325 | 373 | 57 | 17 | 0 | 121 | 2 | 107 | 140 | 72 |
| Binary | 11010101 | 11111011 | 101111 | 1111 | 0 | 1010001 | 10 | 1000111 | 1100000 | 111010 |
Color Harmonies of #D5FB2F
Complementary color
Monochromatic Colors of #D5FB2F
Black with #D5FB2F
Text Example
Text Example
White with #D5FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB2F; }
p { color: rgb(213,251,47); }
H1.HeaderClassName
{
color: #D5FB2F;
}
.AnyTagClassName
{
color: #D5FB2F;
}
</style>
background-color css
<style>
a { background-color: #D5FB2F; }
a { background-color: rgb(213,251,47); }
div.DivClassName
{
background-color: #D5FB2F;
}
.BgClassName
{
background-color: #D5FB2F;
}
</style>
border-color css
<style>
span { border-color: #D5FB2F; }
span { border-color: rgb(213,251,47); }
td.TdClassName
{
border-color: #D5FB2F;
}
.TagClassName
{
border-color: #D5FB2F;
}
</style>