Shades of Pear #D2FC3A
Tints of Pear #D2FC3A
RGB
CMYK
RGB Variations
Color information
#D2FC3A (or 0xD2FC3A) is known color: Pear. HEX triplet: D2, FC and 3A. RGB value is (210,252,58). Sum of RGB (Red+Green+Blue) = 210+252+58=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FC3A is #2D03C5. Grayscale: #DADADA. Windows color (decimal): -2950086 or 3865810. OLE color: 3865810.
HSL color Cylindrical-coordinate representation of color #D2FC3A: hue angle of 72.99º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2FC3A is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 58 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.01 |
| HSL | 72.99º | 0.97% | 0.61% | - |
| HSV(B) | 72.99º | 0.77% | 0.99% | - |
| XYZ | 62.15 | 83.63 | 16.87 | - |
| YUV | 217.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 58 | 0.17 | 0 | 0.77 | 0.01 | 72.99 | 0.97 | 0.61 |
| Hex | D2 | FC | 3A | 11 | 0 | 4D | 1 | 49 | 61 | 3D |
| Octal | 322 | 374 | 72 | 21 | 0 | 115 | 1 | 111 | 141 | 75 |
| Binary | 11010010 | 11111100 | 111010 | 10001 | 0 | 1001101 | 1 | 1001001 | 1100001 | 111101 |
Color Harmonies of #D2FC3A
Complementary color
Monochromatic Colors of #D2FC3A
Black with #D2FC3A
Text Example
Text Example
White with #D2FC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC3A; }
p { color: rgb(210,252,58); }
H1.HeaderClassName
{
color: #D2FC3A;
}
.AnyTagClassName
{
color: #D2FC3A;
}
</style>
background-color css
<style>
a { background-color: #D2FC3A; }
a { background-color: rgb(210,252,58); }
div.DivClassName
{
background-color: #D2FC3A;
}
.BgClassName
{
background-color: #D2FC3A;
}
</style>
border-color css
<style>
span { border-color: #D2FC3A; }
span { border-color: rgb(210,252,58); }
td.TdClassName
{
border-color: #D2FC3A;
}
.TagClassName
{
border-color: #D2FC3A;
}
</style>