Shades of Pear #D5FC3C
Tints of Pear #D5FC3C
RGB
CMYK
RGB Variations
Color information
#D5FC3C (or 0xD5FC3C) is known color: Pear. HEX triplet: D5, FC and 3C. RGB value is (213,252,60). Sum of RGB (Red+Green+Blue) = 213+252+60=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC3C is #2A03C3. Grayscale: #DBDBDB. Windows color (decimal): -2753476 or 3996885. OLE color: 3996885.
HSL color Cylindrical-coordinate representation of color #D5FC3C: hue angle of 72.19º degrees, saturation: 0.97, 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 #D5FC3C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 60 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.01 |
| HSL | 72.19º | 0.97% | 0.61% | - |
| HSV(B) | 72.19º | 0.76% | 0.99% | - |
| XYZ | 63.07 | 84.09 | 17.18 | - |
| YUV | 218.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 60 | 0.15 | 0 | 0.76 | 0.01 | 72.19 | 0.97 | 0.61 |
| Hex | D5 | FC | 3C | F | 0 | 4C | 1 | 48 | 61 | 3D |
| Octal | 325 | 374 | 74 | 17 | 0 | 114 | 1 | 110 | 141 | 75 |
| Binary | 11010101 | 11111100 | 111100 | 1111 | 0 | 1001100 | 1 | 1001000 | 1100001 | 111101 |
Color Harmonies of #D5FC3C
Complementary color
Monochromatic Colors of #D5FC3C
Black with #D5FC3C
Text Example
Text Example
White with #D5FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FC3C; }
p { color: rgb(213,252,60); }
H1.HeaderClassName
{
color: #D5FC3C;
}
.AnyTagClassName
{
color: #D5FC3C;
}
</style>
background-color css
<style>
a { background-color: #D5FC3C; }
a { background-color: rgb(213,252,60); }
div.DivClassName
{
background-color: #D5FC3C;
}
.BgClassName
{
background-color: #D5FC3C;
}
</style>
border-color css
<style>
span { border-color: #D5FC3C; }
span { border-color: rgb(213,252,60); }
td.TdClassName
{
border-color: #D5FC3C;
}
.TagClassName
{
border-color: #D5FC3C;
}
</style>