Shades of Pear #D7F51B
Tints of Pear #D7F51B
RGB
CMYK
RGB Variations
Color information
#D7F51B (or 0xD7F51B) is known color: Pear. HEX triplet: D7, F5 and 1B. RGB value is (215,245,27). Sum of RGB (Red+Green+Blue) = 215+245+27=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F51B is #280AE4. Grayscale: #D4D4D4. Windows color (decimal): -2624229 or 1832407. OLE color: 1832407.
HSL color Cylindrical-coordinate representation of color #D7F51B: hue angle of 68.26º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7F51B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 27 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.04 |
| HSL | 68.26º | 0.92% | 0.53% | - |
| HSV(B) | 68.26º | 0.89% | 0.96% | - |
| XYZ | 60.87 | 79.83 | 13.24 | - |
| YUV | 211.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 27 | 0.12 | 0 | 0.89 | 0.04 | 68.26 | 0.92 | 0.53 |
| Hex | D7 | F5 | 1B | C | 0 | 59 | 4 | 44 | 5C | 35 |
| Octal | 327 | 365 | 33 | 14 | 0 | 131 | 4 | 104 | 134 | 65 |
| Binary | 11010111 | 11110101 | 11011 | 1100 | 0 | 1011001 | 100 | 1000100 | 1011100 | 110101 |
Color Harmonies of #D7F51B
Complementary color
Monochromatic Colors of #D7F51B
Black with #D7F51B
Text Example
Text Example
White with #D7F51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F51B; }
p { color: rgb(215,245,27); }
H1.HeaderClassName
{
color: #D7F51B;
}
.AnyTagClassName
{
color: #D7F51B;
}
</style>
background-color css
<style>
a { background-color: #D7F51B; }
a { background-color: rgb(215,245,27); }
div.DivClassName
{
background-color: #D7F51B;
}
.BgClassName
{
background-color: #D7F51B;
}
</style>
border-color css
<style>
span { border-color: #D7F51B; }
span { border-color: rgb(215,245,27); }
td.TdClassName
{
border-color: #D7F51B;
}
.TagClassName
{
border-color: #D7F51B;
}
</style>