Shades of Pear #DCFC29
Tints of Pear #DCFC29
RGB
CMYK
RGB Variations
Color information
#DCFC29 (or 0xDCFC29) is known color: Pear. HEX triplet: DC, FC and 29. RGB value is (220,252,41). Sum of RGB (Red+Green+Blue) = 220+252+41=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC29 is #2303D6. Grayscale: #DBDBDB. Windows color (decimal): -2294743 or 2751708. OLE color: 2751708.
HSL color Cylindrical-coordinate representation of color #DCFC29: hue angle of 69.1º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCFC29 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 41 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.01 |
| HSL | 69.1º | 0.97% | 0.57% | - |
| HSV(B) | 69.1º | 0.84% | 0.99% | - |
| XYZ | 64.73 | 85 | 15.09 | - |
| YUV | 218.38 | 27.9 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 41 | 0.13 | 0 | 0.84 | 0.01 | 69.1 | 0.97 | 0.57 |
| Hex | DC | FC | 29 | D | 0 | 54 | 1 | 45 | 61 | 39 |
| Octal | 334 | 374 | 51 | 15 | 0 | 124 | 1 | 105 | 141 | 71 |
| Binary | 11011100 | 11111100 | 101001 | 1101 | 0 | 1010100 | 1 | 1000101 | 1100001 | 111001 |
Color Harmonies of #DCFC29
Complementary color
Monochromatic Colors of #DCFC29
Black with #DCFC29
Text Example
Text Example
White with #DCFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC29; }
p { color: rgb(220,252,41); }
H1.HeaderClassName
{
color: #DCFC29;
}
.AnyTagClassName
{
color: #DCFC29;
}
</style>
background-color css
<style>
a { background-color: #DCFC29; }
a { background-color: rgb(220,252,41); }
div.DivClassName
{
background-color: #DCFC29;
}
.BgClassName
{
background-color: #DCFC29;
}
</style>
border-color css
<style>
span { border-color: #DCFC29; }
span { border-color: rgb(220,252,41); }
td.TdClassName
{
border-color: #DCFC29;
}
.TagClassName
{
border-color: #DCFC29;
}
</style>