Shades of Pear #D2F83C
Tints of Pear #D2F83C
RGB
CMYK
RGB Variations
Color information
#D2F83C (or 0xD2F83C) is known color: Pear. HEX triplet: D2, F8 and 3C. RGB value is (210,248,60). Sum of RGB (Red+Green+Blue) = 210+248+60=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F83C is #2D07C3. Grayscale: #D7D7D7. Windows color (decimal): -2951108 or 3995858. OLE color: 3995858.
HSL color Cylindrical-coordinate representation of color #D2F83C: hue angle of 72.13º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2F83C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 60 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.03 |
| HSL | 72.13º | 0.93% | 0.6% | - |
| HSV(B) | 72.13º | 0.76% | 0.97% | - |
| XYZ | 60.96 | 81.16 | 16.73 | - |
| YUV | 215.21 | 40.41 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 60 | 0.15 | 0 | 0.76 | 0.03 | 72.13 | 0.93 | 0.6 |
| Hex | D2 | F8 | 3C | F | 0 | 4C | 3 | 48 | 5D | 3C |
| Octal | 322 | 370 | 74 | 17 | 0 | 114 | 3 | 110 | 135 | 74 |
| Binary | 11010010 | 11111000 | 111100 | 1111 | 0 | 1001100 | 11 | 1001000 | 1011101 | 111100 |
Color Harmonies of #D2F83C
Complementary color
Monochromatic Colors of #D2F83C
Black with #D2F83C
Text Example
Text Example
White with #D2F83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F83C; }
p { color: rgb(210,248,60); }
H1.HeaderClassName
{
color: #D2F83C;
}
.AnyTagClassName
{
color: #D2F83C;
}
</style>
background-color css
<style>
a { background-color: #D2F83C; }
a { background-color: rgb(210,248,60); }
div.DivClassName
{
background-color: #D2F83C;
}
.BgClassName
{
background-color: #D2F83C;
}
</style>
border-color css
<style>
span { border-color: #D2F83C; }
span { border-color: rgb(210,248,60); }
td.TdClassName
{
border-color: #D2F83C;
}
.TagClassName
{
border-color: #D2F83C;
}
</style>