Shades of Pear #D2FC3E
Tints of Pear #D2FC3E
RGB
CMYK
RGB Variations
Color information
#D2FC3E (or 0xD2FC3E) is known color: Pear. HEX triplet: D2, FC and 3E. RGB value is (210,252,62). Sum of RGB (Red+Green+Blue) = 210+252+62=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FC3E is #2D03C1. Grayscale: #DADADA. Windows color (decimal): -2950082 or 4127954. OLE color: 4127954.
HSL color Cylindrical-coordinate representation of color #D2FC3E: hue angle of 73.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2FC3E is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 62 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.01 |
| HSL | 73.26º | 0.97% | 0.62% | - |
| HSV(B) | 73.26º | 0.75% | 0.99% | - |
| XYZ | 62.26 | 83.67 | 17.43 | - |
| YUV | 217.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 62 | 0.17 | 0 | 0.75 | 0.01 | 73.26 | 0.97 | 0.62 |
| Hex | D2 | FC | 3E | 11 | 0 | 4B | 1 | 49 | 61 | 3E |
| Octal | 322 | 374 | 76 | 21 | 0 | 113 | 1 | 111 | 141 | 76 |
| Binary | 11010010 | 11111100 | 111110 | 10001 | 0 | 1001011 | 1 | 1001001 | 1100001 | 111110 |
Color Harmonies of #D2FC3E
Complementary color
Monochromatic Colors of #D2FC3E
Black with #D2FC3E
Text Example
Text Example
White with #D2FC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC3E; }
p { color: rgb(210,252,62); }
H1.HeaderClassName
{
color: #D2FC3E;
}
.AnyTagClassName
{
color: #D2FC3E;
}
</style>
background-color css
<style>
a { background-color: #D2FC3E; }
a { background-color: rgb(210,252,62); }
div.DivClassName
{
background-color: #D2FC3E;
}
.BgClassName
{
background-color: #D2FC3E;
}
</style>
border-color css
<style>
span { border-color: #D2FC3E; }
span { border-color: rgb(210,252,62); }
td.TdClassName
{
border-color: #D2FC3E;
}
.TagClassName
{
border-color: #D2FC3E;
}
</style>