Shades of Pear #D4F240
Tints of Pear #D4F240
RGB
CMYK
RGB Variations
Color information
#D4F240 (or 0xD4F240) is known color: Pear. HEX triplet: D4, F2 and 40. RGB value is (212,242,64). Sum of RGB (Red+Green+Blue) = 212+242+64=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F240 is #2B0DBF. Grayscale: #D5D5D5. Windows color (decimal): -2821568 or 4256468. OLE color: 4256468.
HSL color Cylindrical-coordinate representation of color #D4F240: hue angle of 70.11º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4F240 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 64 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.05 |
| HSL | 70.11º | 0.87% | 0.6% | - |
| HSV(B) | 70.11º | 0.74% | 0.95% | - |
| XYZ | 59.83 | 77.87 | 16.73 | - |
| YUV | 212.74 | 44.06 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 64 | 0.12 | 0 | 0.74 | 0.05 | 70.11 | 0.87 | 0.6 |
| Hex | D4 | F2 | 40 | C | 0 | 4A | 5 | 46 | 57 | 3C |
| Octal | 324 | 362 | 100 | 14 | 0 | 112 | 5 | 106 | 127 | 74 |
| Binary | 11010100 | 11110010 | 1000000 | 1100 | 0 | 1001010 | 101 | 1000110 | 1010111 | 111100 |
Color Harmonies of #D4F240
Complementary color
Monochromatic Colors of #D4F240
Black with #D4F240
Text Example
Text Example
White with #D4F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F240; }
p { color: rgb(212,242,64); }
H1.HeaderClassName
{
color: #D4F240;
}
.AnyTagClassName
{
color: #D4F240;
}
</style>
background-color css
<style>
a { background-color: #D4F240; }
a { background-color: rgb(212,242,64); }
div.DivClassName
{
background-color: #D4F240;
}
.BgClassName
{
background-color: #D4F240;
}
</style>
border-color css
<style>
span { border-color: #D4F240; }
span { border-color: rgb(212,242,64); }
td.TdClassName
{
border-color: #D4F240;
}
.TagClassName
{
border-color: #D4F240;
}
</style>