Shades of Pear #D4FC42
Tints of Pear #D4FC42
RGB
CMYK
RGB Variations
Color information
#D4FC42 (or 0xD4FC42) is known color: Pear. HEX triplet: D4, FC and 42. RGB value is (212,252,66). Sum of RGB (Red+Green+Blue) = 212+252+66=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FC42 is #2B03BD. Grayscale: #DBDBDB. Windows color (decimal): -2819006 or 4390100. OLE color: 4390100.
HSL color Cylindrical-coordinate representation of color #D4FC42: hue angle of 72.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4FC42 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 66 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.01 |
| HSL | 72.9º | 0.97% | 0.62% | - |
| HSV(B) | 72.9º | 0.74% | 0.99% | - |
| XYZ | 62.95 | 84.01 | 18.05 | - |
| YUV | 218.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 66 | 0.16 | 0 | 0.74 | 0.01 | 72.9 | 0.97 | 0.62 |
| Hex | D4 | FC | 42 | 10 | 0 | 4A | 1 | 49 | 61 | 3E |
| Octal | 324 | 374 | 102 | 20 | 0 | 112 | 1 | 111 | 141 | 76 |
| Binary | 11010100 | 11111100 | 1000010 | 10000 | 0 | 1001010 | 1 | 1001001 | 1100001 | 111110 |
Color Harmonies of #D4FC42
Complementary color
Monochromatic Colors of #D4FC42
Black with #D4FC42
Text Example
Text Example
White with #D4FC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC42; }
p { color: rgb(212,252,66); }
H1.HeaderClassName
{
color: #D4FC42;
}
.AnyTagClassName
{
color: #D4FC42;
}
</style>
background-color css
<style>
a { background-color: #D4FC42; }
a { background-color: rgb(212,252,66); }
div.DivClassName
{
background-color: #D4FC42;
}
.BgClassName
{
background-color: #D4FC42;
}
</style>
border-color css
<style>
span { border-color: #D4FC42; }
span { border-color: rgb(212,252,66); }
td.TdClassName
{
border-color: #D4FC42;
}
.TagClassName
{
border-color: #D4FC42;
}
</style>