Shades of Pear #D4F12B
Tints of Pear #D4F12B
RGB
CMYK
RGB Variations
Color information
#D4F12B (or 0xD4F12B) is known color: Pear. HEX triplet: D4, F1 and 2B. RGB value is (212,241,43). Sum of RGB (Red+Green+Blue) = 212+241+43=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F12B is #2B0ED4. Grayscale: #D2D2D2. Windows color (decimal): -2821845 or 2879956. OLE color: 2879956.
HSL color Cylindrical-coordinate representation of color #D4F12B: hue angle of 68.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4F12B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 43 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.05 |
| HSL | 68.79º | 0.88% | 0.56% | - |
| HSV(B) | 68.79º | 0.82% | 0.95% | - |
| XYZ | 59.04 | 77.08 | 14.05 | - |
| YUV | 209.76 | 33.89 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 43 | 0.12 | 0 | 0.82 | 0.05 | 68.79 | 0.88 | 0.56 |
| Hex | D4 | F1 | 2B | C | 0 | 52 | 5 | 45 | 58 | 38 |
| Octal | 324 | 361 | 53 | 14 | 0 | 122 | 5 | 105 | 130 | 70 |
| Binary | 11010100 | 11110001 | 101011 | 1100 | 0 | 1010010 | 101 | 1000101 | 1011000 | 111000 |
Color Harmonies of #D4F12B
Complementary color
Monochromatic Colors of #D4F12B
Black with #D4F12B
Text Example
Text Example
White with #D4F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F12B; }
p { color: rgb(212,241,43); }
H1.HeaderClassName
{
color: #D4F12B;
}
.AnyTagClassName
{
color: #D4F12B;
}
</style>
background-color css
<style>
a { background-color: #D4F12B; }
a { background-color: rgb(212,241,43); }
div.DivClassName
{
background-color: #D4F12B;
}
.BgClassName
{
background-color: #D4F12B;
}
</style>
border-color css
<style>
span { border-color: #D4F12B; }
span { border-color: rgb(212,241,43); }
td.TdClassName
{
border-color: #D4F12B;
}
.TagClassName
{
border-color: #D4F12B;
}
</style>