Shades of Pear #DCFC45
Tints of Pear #DCFC45
RGB
CMYK
RGB Variations
Color information
#DCFC45 (or 0xDCFC45) is known color: Pear. HEX triplet: DC, FC and 45. RGB value is (220,252,69). Sum of RGB (Red+Green+Blue) = 220+252+69=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC45 is #2303BA. Grayscale: #DEDEDE. Windows color (decimal): -2294715 or 4586716. OLE color: 4586716.
HSL color Cylindrical-coordinate representation of color #DCFC45: hue angle of 70.49º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFC45 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 69 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.01 |
| HSL | 70.49º | 0.97% | 0.63% | - |
| HSV(B) | 70.49º | 0.73% | 0.99% | - |
| XYZ | 65.4 | 85.27 | 18.64 | - |
| YUV | 221.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 69 | 0.13 | 0 | 0.73 | 0.01 | 70.49 | 0.97 | 0.63 |
| Hex | DC | FC | 45 | D | 0 | 49 | 1 | 46 | 61 | 3F |
| Octal | 334 | 374 | 105 | 15 | 0 | 111 | 1 | 106 | 141 | 77 |
| Binary | 11011100 | 11111100 | 1000101 | 1101 | 0 | 1001001 | 1 | 1000110 | 1100001 | 111111 |
Color Harmonies of #DCFC45
Complementary color
Monochromatic Colors of #DCFC45
Black with #DCFC45
Text Example
Text Example
White with #DCFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC45; }
p { color: rgb(220,252,69); }
H1.HeaderClassName
{
color: #DCFC45;
}
.AnyTagClassName
{
color: #DCFC45;
}
</style>
background-color css
<style>
a { background-color: #DCFC45; }
a { background-color: rgb(220,252,69); }
div.DivClassName
{
background-color: #DCFC45;
}
.BgClassName
{
background-color: #DCFC45;
}
</style>
border-color css
<style>
span { border-color: #DCFC45; }
span { border-color: rgb(220,252,69); }
td.TdClassName
{
border-color: #DCFC45;
}
.TagClassName
{
border-color: #DCFC45;
}
</style>