Shades of Pear #DCFE34
Tints of Pear #DCFE34
RGB
CMYK
RGB Variations
Color information
#DCFE34 (or 0xDCFE34) is known color: Pear. HEX triplet: DC, FE and 34. RGB value is (220,254,52). Sum of RGB (Red+Green+Blue) = 220+254+52=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE34 is #2301CB. Grayscale: #DDDDDD. Windows color (decimal): -2294220 or 3473116. OLE color: 3473116.
HSL color Cylindrical-coordinate representation of color #DCFE34: hue angle of 70.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCFE34 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 52 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.00 |
| HSL | 70.1º | 0.99% | 0.6% | - |
| HSV(B) | 70.1º | 0.8% | 1% | - |
| XYZ | 65.58 | 86.35 | 16.46 | - |
| YUV | 220.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 52 | 0.13 | 0 | 0.80 | 0.00 | 70.1 | 0.99 | 0.6 |
| Hex | DC | FE | 34 | D | 0 | 50 | 0 | 46 | 63 | 3C |
| Octal | 334 | 376 | 64 | 15 | 0 | 120 | 0 | 106 | 143 | 74 |
| Binary | 11011100 | 11111110 | 110100 | 1101 | 0 | 1010000 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DCFE34
Complementary color
Monochromatic Colors of #DCFE34
Black with #DCFE34
Text Example
Text Example
White with #DCFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE34; }
p { color: rgb(220,254,52); }
H1.HeaderClassName
{
color: #DCFE34;
}
.AnyTagClassName
{
color: #DCFE34;
}
</style>
background-color css
<style>
a { background-color: #DCFE34; }
a { background-color: rgb(220,254,52); }
div.DivClassName
{
background-color: #DCFE34;
}
.BgClassName
{
background-color: #DCFE34;
}
</style>
border-color css
<style>
span { border-color: #DCFE34; }
span { border-color: rgb(220,254,52); }
td.TdClassName
{
border-color: #DCFE34;
}
.TagClassName
{
border-color: #DCFE34;
}
</style>