Shades of Pear #D4F23E
Tints of Pear #D4F23E
RGB
CMYK
RGB Variations
Color information
#D4F23E (or 0xD4F23E) is known color: Pear. HEX triplet: D4, F2 and 3E. RGB value is (212,242,62). Sum of RGB (Red+Green+Blue) = 212+242+62=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F23E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F23E is #2B0DC1. Grayscale: #D5D5D5. Windows color (decimal): -2821570 or 4125396. OLE color: 4125396.
HSL color Cylindrical-coordinate representation of color #D4F23E: hue angle of 70º 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 #D4F23E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 62 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.05 |
| HSL | 70º | 0.87% | 0.6% | - |
| HSV(B) | 70º | 0.74% | 0.95% | - |
| XYZ | 59.77 | 77.85 | 16.43 | - |
| YUV | 212.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 62 | 0.12 | 0 | 0.74 | 0.05 | 70 | 0.87 | 0.6 |
| Hex | D4 | F2 | 3E | C | 0 | 4A | 5 | 46 | 57 | 3C |
| Octal | 324 | 362 | 76 | 14 | 0 | 112 | 5 | 106 | 127 | 74 |
| Binary | 11010100 | 11110010 | 111110 | 1100 | 0 | 1001010 | 101 | 1000110 | 1010111 | 111100 |
Color Harmonies of #D4F23E
Complementary color
Monochromatic Colors of #D4F23E
Black with #D4F23E
Text Example
Text Example
White with #D4F23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F23E; }
p { color: rgb(212,242,62); }
H1.HeaderClassName
{
color: #D4F23E;
}
.AnyTagClassName
{
color: #D4F23E;
}
</style>
background-color css
<style>
a { background-color: #D4F23E; }
a { background-color: rgb(212,242,62); }
div.DivClassName
{
background-color: #D4F23E;
}
.BgClassName
{
background-color: #D4F23E;
}
</style>
border-color css
<style>
span { border-color: #D4F23E; }
span { border-color: rgb(212,242,62); }
td.TdClassName
{
border-color: #D4F23E;
}
.TagClassName
{
border-color: #D4F23E;
}
</style>