Shades of Pear #DCFC42
Tints of Pear #DCFC42
RGB
CMYK
RGB Variations
Color information
#DCFC42 (or 0xDCFC42) is known color: Pear. HEX triplet: DC, FC and 42. RGB value is (220,252,66). Sum of RGB (Red+Green+Blue) = 220+252+66=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC42 is #2303BD. Grayscale: #DDDDDD. Windows color (decimal): -2294718 or 4390108. OLE color: 4390108.
HSL color Cylindrical-coordinate representation of color #DCFC42: hue angle of 70.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCFC42 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 66 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.01 |
| HSL | 70.32º | 0.97% | 0.62% | - |
| HSV(B) | 70.32º | 0.74% | 0.99% | - |
| XYZ | 65.31 | 85.23 | 18.16 | - |
| YUV | 221.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 66 | 0.13 | 0 | 0.74 | 0.01 | 70.32 | 0.97 | 0.62 |
| Hex | DC | FC | 42 | D | 0 | 4A | 1 | 46 | 61 | 3E |
| Octal | 334 | 374 | 102 | 15 | 0 | 112 | 1 | 106 | 141 | 76 |
| Binary | 11011100 | 11111100 | 1000010 | 1101 | 0 | 1001010 | 1 | 1000110 | 1100001 | 111110 |
Color Harmonies of #DCFC42
Complementary color
Monochromatic Colors of #DCFC42
Black with #DCFC42
Text Example
Text Example
White with #DCFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC42; }
p { color: rgb(220,252,66); }
H1.HeaderClassName
{
color: #DCFC42;
}
.AnyTagClassName
{
color: #DCFC42;
}
</style>
background-color css
<style>
a { background-color: #DCFC42; }
a { background-color: rgb(220,252,66); }
div.DivClassName
{
background-color: #DCFC42;
}
.BgClassName
{
background-color: #DCFC42;
}
</style>
border-color css
<style>
span { border-color: #DCFC42; }
span { border-color: rgb(220,252,66); }
td.TdClassName
{
border-color: #DCFC42;
}
.TagClassName
{
border-color: #DCFC42;
}
</style>