Shades of Pear #D4F236
Tints of Pear #D4F236
RGB
CMYK
RGB Variations
Color information
#D4F236 (or 0xD4F236) is known color: Pear. HEX triplet: D4, F2 and 36. RGB value is (212,242,54). Sum of RGB (Red+Green+Blue) = 212+242+54=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 54 (21.48% from 255 or 10.63% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F236 is #2B0DC9. Grayscale: #D4D4D4. Windows color (decimal): -2821578 or 3601108. OLE color: 3601108.
HSL color Cylindrical-coordinate representation of color #D4F236: hue angle of 69.57º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4F236 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 54 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.05 |
| HSL | 69.57º | 0.88% | 0.58% | - |
| HSV(B) | 69.57º | 0.78% | 0.95% | - |
| XYZ | 59.57 | 77.77 | 15.36 | - |
| YUV | 211.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 54 | 0.12 | 0 | 0.78 | 0.05 | 69.57 | 0.88 | 0.58 |
| Hex | D4 | F2 | 36 | C | 0 | 4E | 5 | 46 | 58 | 3A |
| Octal | 324 | 362 | 66 | 14 | 0 | 116 | 5 | 106 | 130 | 72 |
| Binary | 11010100 | 11110010 | 110110 | 1100 | 0 | 1001110 | 101 | 1000110 | 1011000 | 111010 |
Color Harmonies of #D4F236
Complementary color
Monochromatic Colors of #D4F236
Black with #D4F236
Text Example
Text Example
White with #D4F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F236; }
p { color: rgb(212,242,54); }
H1.HeaderClassName
{
color: #D4F236;
}
.AnyTagClassName
{
color: #D4F236;
}
</style>
background-color css
<style>
a { background-color: #D4F236; }
a { background-color: rgb(212,242,54); }
div.DivClassName
{
background-color: #D4F236;
}
.BgClassName
{
background-color: #D4F236;
}
</style>
border-color css
<style>
span { border-color: #D4F236; }
span { border-color: rgb(212,242,54); }
td.TdClassName
{
border-color: #D4F236;
}
.TagClassName
{
border-color: #D4F236;
}
</style>