Shades of Pear #D4FB34
Tints of Pear #D4FB34
RGB
CMYK
RGB Variations
Color information
#D4FB34 (or 0xD4FB34) is known color: Pear. HEX triplet: D4, FB and 34. RGB value is (212,251,52). Sum of RGB (Red+Green+Blue) = 212+251+52=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FB34 is #2B04CB. Grayscale: #D9D9D9. Windows color (decimal): -2819276 or 3472340. OLE color: 3472340.
HSL color Cylindrical-coordinate representation of color #D4FB34: hue angle of 71.76º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4FB34 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 52 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.02 |
| HSL | 71.76º | 0.96% | 0.59% | - |
| HSV(B) | 71.76º | 0.79% | 0.98% | - |
| XYZ | 62.27 | 83.24 | 16.03 | - |
| YUV | 216.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 52 | 0.16 | 0 | 0.79 | 0.02 | 71.76 | 0.96 | 0.59 |
| Hex | D4 | FB | 34 | 10 | 0 | 4F | 2 | 48 | 60 | 3B |
| Octal | 324 | 373 | 64 | 20 | 0 | 117 | 2 | 110 | 140 | 73 |
| Binary | 11010100 | 11111011 | 110100 | 10000 | 0 | 1001111 | 10 | 1001000 | 1100000 | 111011 |
Color Harmonies of #D4FB34
Complementary color
Monochromatic Colors of #D4FB34
Black with #D4FB34
Text Example
Text Example
White with #D4FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB34; }
p { color: rgb(212,251,52); }
H1.HeaderClassName
{
color: #D4FB34;
}
.AnyTagClassName
{
color: #D4FB34;
}
</style>
background-color css
<style>
a { background-color: #D4FB34; }
a { background-color: rgb(212,251,52); }
div.DivClassName
{
background-color: #D4FB34;
}
.BgClassName
{
background-color: #D4FB34;
}
</style>
border-color css
<style>
span { border-color: #D4FB34; }
span { border-color: rgb(212,251,52); }
td.TdClassName
{
border-color: #D4FB34;
}
.TagClassName
{
border-color: #D4FB34;
}
</style>