Shades of Pear #DCFC24
Tints of Pear #DCFC24
RGB
CMYK
RGB Variations
Color information
#DCFC24 (or 0xDCFC24) is known color: Pear. HEX triplet: DC, FC and 24. RGB value is (220,252,36). Sum of RGB (Red+Green+Blue) = 220+252+36=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC24 is #2303DB. Grayscale: #DADADA. Windows color (decimal): -2294748 or 2424028. OLE color: 2424028.
HSL color Cylindrical-coordinate representation of color #DCFC24: hue angle of 68.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCFC24 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 36 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.01 |
| HSL | 68.89º | 0.97% | 0.56% | - |
| HSV(B) | 68.89º | 0.86% | 0.99% | - |
| XYZ | 64.64 | 84.96 | 14.66 | - |
| YUV | 217.81 | 25.4 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 36 | 0.13 | 0 | 0.86 | 0.01 | 68.89 | 0.97 | 0.56 |
| Hex | DC | FC | 24 | D | 0 | 56 | 1 | 45 | 61 | 38 |
| Octal | 334 | 374 | 44 | 15 | 0 | 126 | 1 | 105 | 141 | 70 |
| Binary | 11011100 | 11111100 | 100100 | 1101 | 0 | 1010110 | 1 | 1000101 | 1100001 | 111000 |
Color Harmonies of #DCFC24
Complementary color
Monochromatic Colors of #DCFC24
Black with #DCFC24
Text Example
Text Example
White with #DCFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC24; }
p { color: rgb(220,252,36); }
H1.HeaderClassName
{
color: #DCFC24;
}
.AnyTagClassName
{
color: #DCFC24;
}
</style>
background-color css
<style>
a { background-color: #DCFC24; }
a { background-color: rgb(220,252,36); }
div.DivClassName
{
background-color: #DCFC24;
}
.BgClassName
{
background-color: #DCFC24;
}
</style>
border-color css
<style>
span { border-color: #DCFC24; }
span { border-color: rgb(220,252,36); }
td.TdClassName
{
border-color: #DCFC24;
}
.TagClassName
{
border-color: #DCFC24;
}
</style>