Shades of Pear #D4F92F
Tints of Pear #D4F92F
RGB
CMYK
RGB Variations
Color information
#D4F92F (or 0xD4F92F) is known color: Pear. HEX triplet: D4, F9 and 2F. RGB value is (212,249,47). Sum of RGB (Red+Green+Blue) = 212+249+47=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F92F is #2B06D0. Grayscale: #D7D7D7. Windows color (decimal): -2819793 or 3144148. OLE color: 3144148.
HSL color Cylindrical-coordinate representation of color #D4F92F: hue angle of 70.99º degrees, saturation: 0.94, 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 #D4F92F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 47 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.02 |
| HSL | 70.99º | 0.94% | 0.58% | - |
| HSV(B) | 70.99º | 0.81% | 0.98% | - |
| XYZ | 61.54 | 81.95 | 15.26 | - |
| YUV | 214.91 | 33.24 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 47 | 0.15 | 0 | 0.81 | 0.02 | 70.99 | 0.94 | 0.58 |
| Hex | D4 | F9 | 2F | F | 0 | 51 | 2 | 47 | 5E | 3A |
| Octal | 324 | 371 | 57 | 17 | 0 | 121 | 2 | 107 | 136 | 72 |
| Binary | 11010100 | 11111001 | 101111 | 1111 | 0 | 1010001 | 10 | 1000111 | 1011110 | 111010 |
Color Harmonies of #D4F92F
Complementary color
Monochromatic Colors of #D4F92F
Black with #D4F92F
Text Example
Text Example
White with #D4F92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F92F; }
p { color: rgb(212,249,47); }
H1.HeaderClassName
{
color: #D4F92F;
}
.AnyTagClassName
{
color: #D4F92F;
}
</style>
background-color css
<style>
a { background-color: #D4F92F; }
a { background-color: rgb(212,249,47); }
div.DivClassName
{
background-color: #D4F92F;
}
.BgClassName
{
background-color: #D4F92F;
}
</style>
border-color css
<style>
span { border-color: #D4F92F; }
span { border-color: rgb(212,249,47); }
td.TdClassName
{
border-color: #D4F92F;
}
.TagClassName
{
border-color: #D4F92F;
}
</style>