Shades of Pear #D4F12F
Tints of Pear #D4F12F
RGB
CMYK
RGB Variations
Color information
#D4F12F (or 0xD4F12F) is known color: Pear. HEX triplet: D4, F1 and 2F. RGB value is (212,241,47). Sum of RGB (Red+Green+Blue) = 212+241+47=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F12F is #2B0ED0. Grayscale: #D2D2D2. Windows color (decimal): -2821841 or 3142100. OLE color: 3142100.
HSL color Cylindrical-coordinate representation of color #D4F12F: hue angle of 68.97º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4F12F is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 47 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.05 |
| HSL | 68.97º | 0.87% | 0.56% | - |
| HSV(B) | 68.97º | 0.8% | 0.95% | - |
| XYZ | 59.12 | 77.11 | 14.46 | - |
| YUV | 210.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 47 | 0.12 | 0 | 0.80 | 0.05 | 68.97 | 0.87 | 0.56 |
| Hex | D4 | F1 | 2F | C | 0 | 50 | 5 | 45 | 57 | 38 |
| Octal | 324 | 361 | 57 | 14 | 0 | 120 | 5 | 105 | 127 | 70 |
| Binary | 11010100 | 11110001 | 101111 | 1100 | 0 | 1010000 | 101 | 1000101 | 1010111 | 111000 |
Color Harmonies of #D4F12F
Complementary color
Monochromatic Colors of #D4F12F
Black with #D4F12F
Text Example
Text Example
White with #D4F12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F12F; }
p { color: rgb(212,241,47); }
H1.HeaderClassName
{
color: #D4F12F;
}
.AnyTagClassName
{
color: #D4F12F;
}
</style>
background-color css
<style>
a { background-color: #D4F12F; }
a { background-color: rgb(212,241,47); }
div.DivClassName
{
background-color: #D4F12F;
}
.BgClassName
{
background-color: #D4F12F;
}
</style>
border-color css
<style>
span { border-color: #D4F12F; }
span { border-color: rgb(212,241,47); }
td.TdClassName
{
border-color: #D4F12F;
}
.TagClassName
{
border-color: #D4F12F;
}
</style>