Shades of Pear #DCFE35
Tints of Pear #DCFE35
RGB
CMYK
RGB Variations
Color information
#DCFE35 (or 0xDCFE35) is known color: Pear. HEX triplet: DC, FE and 35. RGB value is (220,254,53). Sum of RGB (Red+Green+Blue) = 220+254+53=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 53 (21.09% from 255 or 10.06% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE35 is #2301CA. Grayscale: #DDDDDD. Windows color (decimal): -2294219 or 3538652. OLE color: 3538652.
HSL color Cylindrical-coordinate representation of color #DCFE35: hue angle of 70.15º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCFE35 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 53 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.00 |
| HSL | 70.15º | 0.99% | 0.6% | - |
| HSV(B) | 70.15º | 0.79% | 1% | - |
| XYZ | 65.6 | 86.36 | 16.58 | - |
| YUV | 220.92 | 33.24 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 53 | 0.13 | 0 | 0.79 | 0.00 | 70.15 | 0.99 | 0.6 |
| Hex | DC | FE | 35 | D | 0 | 4F | 0 | 46 | 63 | 3C |
| Octal | 334 | 376 | 65 | 15 | 0 | 117 | 0 | 106 | 143 | 74 |
| Binary | 11011100 | 11111110 | 110101 | 1101 | 0 | 1001111 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DCFE35
Complementary color
Monochromatic Colors of #DCFE35
Black with #DCFE35
Text Example
Text Example
White with #DCFE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE35; }
p { color: rgb(220,254,53); }
H1.HeaderClassName
{
color: #DCFE35;
}
.AnyTagClassName
{
color: #DCFE35;
}
</style>
background-color css
<style>
a { background-color: #DCFE35; }
a { background-color: rgb(220,254,53); }
div.DivClassName
{
background-color: #DCFE35;
}
.BgClassName
{
background-color: #DCFE35;
}
</style>
border-color css
<style>
span { border-color: #DCFE35; }
span { border-color: rgb(220,254,53); }
td.TdClassName
{
border-color: #DCFE35;
}
.TagClassName
{
border-color: #DCFE35;
}
</style>