Shades of Pear #D8FC2C
Tints of Pear #D8FC2C
RGB
CMYK
RGB Variations
Color information
#D8FC2C (or 0xD8FC2C) is known color: Pear. HEX triplet: D8, FC and 2C. RGB value is (216,252,44). Sum of RGB (Red+Green+Blue) = 216+252+44=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FC2C is #2703D3. Grayscale: #DADADA. Windows color (decimal): -2556884 or 2948312. OLE color: 2948312.
HSL color Cylindrical-coordinate representation of color #D8FC2C: hue angle of 70.38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8FC2C is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 44 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.01 |
| HSL | 70.38º | 0.97% | 0.58% | - |
| HSV(B) | 70.38º | 0.83% | 0.99% | - |
| XYZ | 63.58 | 84.4 | 15.32 | - |
| YUV | 217.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 44 | 0.14 | 0 | 0.83 | 0.01 | 70.38 | 0.97 | 0.58 |
| Hex | D8 | FC | 2C | E | 0 | 53 | 1 | 46 | 61 | 3A |
| Octal | 330 | 374 | 54 | 16 | 0 | 123 | 1 | 106 | 141 | 72 |
| Binary | 11011000 | 11111100 | 101100 | 1110 | 0 | 1010011 | 1 | 1000110 | 1100001 | 111010 |
Color Harmonies of #D8FC2C
Complementary color
Monochromatic Colors of #D8FC2C
Black with #D8FC2C
Text Example
Text Example
White with #D8FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FC2C; }
p { color: rgb(216,252,44); }
H1.HeaderClassName
{
color: #D8FC2C;
}
.AnyTagClassName
{
color: #D8FC2C;
}
</style>
background-color css
<style>
a { background-color: #D8FC2C; }
a { background-color: rgb(216,252,44); }
div.DivClassName
{
background-color: #D8FC2C;
}
.BgClassName
{
background-color: #D8FC2C;
}
</style>
border-color css
<style>
span { border-color: #D8FC2C; }
span { border-color: rgb(216,252,44); }
td.TdClassName
{
border-color: #D8FC2C;
}
.TagClassName
{
border-color: #D8FC2C;
}
</style>