Shades of Pear #D7FD3C
Tints of Pear #D7FD3C
RGB
CMYK
RGB Variations
Color information
#D7FD3C (or 0xD7FD3C) is known color: Pear. HEX triplet: D7, FD and 3C. RGB value is (215,253,60). Sum of RGB (Red+Green+Blue) = 215+253+60=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FD3C is #2802C3. Grayscale: #DCDCDC. Windows color (decimal): -2622148 or 3997143. OLE color: 3997143.
HSL color Cylindrical-coordinate representation of color #D7FD3C: hue angle of 71.81º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7FD3C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 253 | 60 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.01 |
| HSL | 71.81º | 0.98% | 0.61% | - |
| HSV(B) | 71.81º | 0.76% | 0.99% | - |
| XYZ | 63.97 | 85.02 | 17.31 | - |
| YUV | 219.64 | 37.91 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 253 | 60 | 0.15 | 0 | 0.76 | 0.01 | 71.81 | 0.98 | 0.61 |
| Hex | D7 | FD | 3C | F | 0 | 4C | 1 | 48 | 62 | 3D |
| Octal | 327 | 375 | 74 | 17 | 0 | 114 | 1 | 110 | 142 | 75 |
| Binary | 11010111 | 11111101 | 111100 | 1111 | 0 | 1001100 | 1 | 1001000 | 1100010 | 111101 |
Color Harmonies of #D7FD3C
Complementary color
Monochromatic Colors of #D7FD3C
Black with #D7FD3C
Text Example
Text Example
White with #D7FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FD3C; }
p { color: rgb(215,253,60); }
H1.HeaderClassName
{
color: #D7FD3C;
}
.AnyTagClassName
{
color: #D7FD3C;
}
</style>
background-color css
<style>
a { background-color: #D7FD3C; }
a { background-color: rgb(215,253,60); }
div.DivClassName
{
background-color: #D7FD3C;
}
.BgClassName
{
background-color: #D7FD3C;
}
</style>
border-color css
<style>
span { border-color: #D7FD3C; }
span { border-color: rgb(215,253,60); }
td.TdClassName
{
border-color: #D7FD3C;
}
.TagClassName
{
border-color: #D7FD3C;
}
</style>