Shades of Pear #DCFC36
Tints of Pear #DCFC36
RGB
CMYK
RGB Variations
Color information
#DCFC36 (or 0xDCFC36) is known color: Pear. HEX triplet: DC, FC and 36. RGB value is (220,252,54). Sum of RGB (Red+Green+Blue) = 220+252+54=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 54 (21.48% from 255 or 10.27% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC36 is #2303C9. Grayscale: #DCDCDC. Windows color (decimal): -2294730 or 3603676. OLE color: 3603676.
HSL color Cylindrical-coordinate representation of color #DCFC36: hue angle of 69.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCFC36 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 54 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.01 |
| HSL | 69.7º | 0.97% | 0.6% | - |
| HSV(B) | 69.7º | 0.79% | 0.99% | - |
| XYZ | 64.99 | 85.1 | 16.49 | - |
| YUV | 219.86 | 34.4 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 54 | 0.13 | 0 | 0.79 | 0.01 | 69.7 | 0.97 | 0.6 |
| Hex | DC | FC | 36 | D | 0 | 4F | 1 | 46 | 61 | 3C |
| Octal | 334 | 374 | 66 | 15 | 0 | 117 | 1 | 106 | 141 | 74 |
| Binary | 11011100 | 11111100 | 110110 | 1101 | 0 | 1001111 | 1 | 1000110 | 1100001 | 111100 |
Color Harmonies of #DCFC36
Complementary color
Monochromatic Colors of #DCFC36
Black with #DCFC36
Text Example
Text Example
White with #DCFC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC36; }
p { color: rgb(220,252,54); }
H1.HeaderClassName
{
color: #DCFC36;
}
.AnyTagClassName
{
color: #DCFC36;
}
</style>
background-color css
<style>
a { background-color: #DCFC36; }
a { background-color: rgb(220,252,54); }
div.DivClassName
{
background-color: #DCFC36;
}
.BgClassName
{
background-color: #DCFC36;
}
</style>
border-color css
<style>
span { border-color: #DCFC36; }
span { border-color: rgb(220,252,54); }
td.TdClassName
{
border-color: #DCFC36;
}
.TagClassName
{
border-color: #DCFC36;
}
</style>