Shades of Pear #D4FC4B
Tints of Pear #D4FC4B
RGB
CMYK
RGB Variations
Color information
#D4FC4B (or 0xD4FC4B) is known color: Pear. HEX triplet: D4, FC and 4B. RGB value is (212,252,75). Sum of RGB (Red+Green+Blue) = 212+252+75=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 75 (29.69% from 255 or 13.91% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FC4B is #2B03B4. Grayscale: #DCDCDC. Windows color (decimal): -2818997 or 4979924. OLE color: 4979924.
HSL color Cylindrical-coordinate representation of color #D4FC4B: hue angle of 73.56º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4FC4B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 75 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.01 |
| HSL | 73.56º | 0.97% | 0.64% | - |
| HSV(B) | 73.56º | 0.7% | 0.99% | - |
| XYZ | 63.23 | 84.13 | 19.56 | - |
| YUV | 219.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 75 | 0.16 | 0 | 0.70 | 0.01 | 73.56 | 0.97 | 0.64 |
| Hex | D4 | FC | 4B | 10 | 0 | 46 | 1 | 4A | 61 | 40 |
| Octal | 324 | 374 | 113 | 20 | 0 | 106 | 1 | 112 | 141 | 100 |
| Binary | 11010100 | 11111100 | 1001011 | 10000 | 0 | 1000110 | 1 | 1001010 | 1100001 | 1000000 |
Color Harmonies of #D4FC4B
Complementary color
Monochromatic Colors of #D4FC4B
Black with #D4FC4B
Text Example
Text Example
White with #D4FC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC4B; }
p { color: rgb(212,252,75); }
H1.HeaderClassName
{
color: #D4FC4B;
}
.AnyTagClassName
{
color: #D4FC4B;
}
</style>
background-color css
<style>
a { background-color: #D4FC4B; }
a { background-color: rgb(212,252,75); }
div.DivClassName
{
background-color: #D4FC4B;
}
.BgClassName
{
background-color: #D4FC4B;
}
</style>
border-color css
<style>
span { border-color: #D4FC4B; }
span { border-color: rgb(212,252,75); }
td.TdClassName
{
border-color: #D4FC4B;
}
.TagClassName
{
border-color: #D4FC4B;
}
</style>