Shades of Pear #D4F34D
Tints of Pear #D4F34D
RGB
CMYK
RGB Variations
Color information
#D4F34D (or 0xD4F34D) is known color: Pear. HEX triplet: D4, F3 and 4D. RGB value is (212,243,77). Sum of RGB (Red+Green+Blue) = 212+243+77=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F34D is #2B0CB2. Grayscale: #D7D7D7. Windows color (decimal): -2821299 or 5108692. OLE color: 5108692.
HSL color Cylindrical-coordinate representation of color #D4F34D: hue angle of 71.2º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4F34D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 77 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.05 |
| HSL | 71.2º | 0.87% | 0.63% | - |
| HSV(B) | 71.2º | 0.68% | 0.95% | - |
| XYZ | 60.54 | 78.63 | 19.01 | - |
| YUV | 214.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 77 | 0.13 | 0 | 0.68 | 0.05 | 71.2 | 0.87 | 0.63 |
| Hex | D4 | F3 | 4D | D | 0 | 44 | 5 | 47 | 57 | 3F |
| Octal | 324 | 363 | 115 | 15 | 0 | 104 | 5 | 107 | 127 | 77 |
| Binary | 11010100 | 11110011 | 1001101 | 1101 | 0 | 1000100 | 101 | 1000111 | 1010111 | 111111 |
Color Harmonies of #D4F34D
Complementary color
Monochromatic Colors of #D4F34D
Black with #D4F34D
Text Example
Text Example
White with #D4F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F34D; }
p { color: rgb(212,243,77); }
H1.HeaderClassName
{
color: #D4F34D;
}
.AnyTagClassName
{
color: #D4F34D;
}
</style>
background-color css
<style>
a { background-color: #D4F34D; }
a { background-color: rgb(212,243,77); }
div.DivClassName
{
background-color: #D4F34D;
}
.BgClassName
{
background-color: #D4F34D;
}
</style>
border-color css
<style>
span { border-color: #D4F34D; }
span { border-color: rgb(212,243,77); }
td.TdClassName
{
border-color: #D4F34D;
}
.TagClassName
{
border-color: #D4F34D;
}
</style>