Shades of Pear #D4F63F
Tints of Pear #D4F63F
RGB
CMYK
RGB Variations
Color information
#D4F63F (or 0xD4F63F) is known color: Pear. HEX triplet: D4, F6 and 3F. RGB value is (212,246,63). Sum of RGB (Red+Green+Blue) = 212+246+63=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F63F is #2B09C0. Grayscale: #D7D7D7. Windows color (decimal): -2820545 or 4191956. OLE color: 4191956.
HSL color Cylindrical-coordinate representation of color #D4F63F: hue angle of 71.15º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4F63F is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 63 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.04 |
| HSL | 71.15º | 0.91% | 0.61% | - |
| HSV(B) | 71.15º | 0.74% | 0.96% | - |
| XYZ | 61 | 80.27 | 16.98 | - |
| YUV | 214.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 63 | 0.14 | 0 | 0.74 | 0.04 | 71.15 | 0.91 | 0.61 |
| Hex | D4 | F6 | 3F | E | 0 | 4A | 4 | 47 | 5B | 3D |
| Octal | 324 | 366 | 77 | 16 | 0 | 112 | 4 | 107 | 133 | 75 |
| Binary | 11010100 | 11110110 | 111111 | 1110 | 0 | 1001010 | 100 | 1000111 | 1011011 | 111101 |
Color Harmonies of #D4F63F
Complementary color
Monochromatic Colors of #D4F63F
Black with #D4F63F
Text Example
Text Example
White with #D4F63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F63F; }
p { color: rgb(212,246,63); }
H1.HeaderClassName
{
color: #D4F63F;
}
.AnyTagClassName
{
color: #D4F63F;
}
</style>
background-color css
<style>
a { background-color: #D4F63F; }
a { background-color: rgb(212,246,63); }
div.DivClassName
{
background-color: #D4F63F;
}
.BgClassName
{
background-color: #D4F63F;
}
</style>
border-color css
<style>
span { border-color: #D4F63F; }
span { border-color: rgb(212,246,63); }
td.TdClassName
{
border-color: #D4F63F;
}
.TagClassName
{
border-color: #D4F63F;
}
</style>