Shades of Pear #D2F83D
Tints of Pear #D2F83D
RGB
CMYK
RGB Variations
Color information
#D2F83D (or 0xD2F83D) is known color: Pear. HEX triplet: D2, F8 and 3D. RGB value is (210,248,61). Sum of RGB (Red+Green+Blue) = 210+248+61=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F83D is #2D07C2. Grayscale: #D8D8D8. Windows color (decimal): -2951107 or 4061394. OLE color: 4061394.
HSL color Cylindrical-coordinate representation of color #D2F83D: hue angle of 72.19º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2F83D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.03 |
| HSL | 72.19º | 0.93% | 0.61% | - |
| HSV(B) | 72.19º | 0.75% | 0.97% | - |
| XYZ | 60.99 | 81.17 | 16.87 | - |
| YUV | 215.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 61 | 0.15 | 0 | 0.75 | 0.03 | 72.19 | 0.93 | 0.61 |
| Hex | D2 | F8 | 3D | F | 0 | 4B | 3 | 48 | 5D | 3D |
| Octal | 322 | 370 | 75 | 17 | 0 | 113 | 3 | 110 | 135 | 75 |
| Binary | 11010010 | 11111000 | 111101 | 1111 | 0 | 1001011 | 11 | 1001000 | 1011101 | 111101 |
Color Harmonies of #D2F83D
Complementary color
Monochromatic Colors of #D2F83D
Black with #D2F83D
Text Example
Text Example
White with #D2F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F83D; }
p { color: rgb(210,248,61); }
H1.HeaderClassName
{
color: #D2F83D;
}
.AnyTagClassName
{
color: #D2F83D;
}
</style>
background-color css
<style>
a { background-color: #D2F83D; }
a { background-color: rgb(210,248,61); }
div.DivClassName
{
background-color: #D2F83D;
}
.BgClassName
{
background-color: #D2F83D;
}
</style>
border-color css
<style>
span { border-color: #D2F83D; }
span { border-color: rgb(210,248,61); }
td.TdClassName
{
border-color: #D2F83D;
}
.TagClassName
{
border-color: #D2F83D;
}
</style>