Shades of Pear #D4F33E
Tints of Pear #D4F33E
RGB
CMYK
RGB Variations
Color information
#D4F33E (or 0xD4F33E) is known color: Pear. HEX triplet: D4, F3 and 3E. RGB value is (212,243,62). Sum of RGB (Red+Green+Blue) = 212+243+62=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F33E is #2B0CC1. Grayscale: #D5D5D5. Windows color (decimal): -2821314 or 4125652. OLE color: 4125652.
HSL color Cylindrical-coordinate representation of color #D4F33E: hue angle of 70.28º degrees, saturation: 0.88, 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 #D4F33E is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 62 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.05 |
| HSL | 70.28º | 0.88% | 0.6% | - |
| HSV(B) | 70.28º | 0.74% | 0.95% | - |
| XYZ | 60.07 | 78.45 | 16.53 | - |
| YUV | 213.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 62 | 0.13 | 0 | 0.74 | 0.05 | 70.28 | 0.88 | 0.6 |
| Hex | D4 | F3 | 3E | D | 0 | 4A | 5 | 46 | 58 | 3C |
| Octal | 324 | 363 | 76 | 15 | 0 | 112 | 5 | 106 | 130 | 74 |
| Binary | 11010100 | 11110011 | 111110 | 1101 | 0 | 1001010 | 101 | 1000110 | 1011000 | 111100 |
Color Harmonies of #D4F33E
Complementary color
Monochromatic Colors of #D4F33E
Black with #D4F33E
Text Example
Text Example
White with #D4F33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F33E; }
p { color: rgb(212,243,62); }
H1.HeaderClassName
{
color: #D4F33E;
}
.AnyTagClassName
{
color: #D4F33E;
}
</style>
background-color css
<style>
a { background-color: #D4F33E; }
a { background-color: rgb(212,243,62); }
div.DivClassName
{
background-color: #D4F33E;
}
.BgClassName
{
background-color: #D4F33E;
}
</style>
border-color css
<style>
span { border-color: #D4F33E; }
span { border-color: rgb(212,243,62); }
td.TdClassName
{
border-color: #D4F33E;
}
.TagClassName
{
border-color: #D4F33E;
}
</style>