Shades of Pear #DCFD34
Tints of Pear #DCFD34
RGB
CMYK
RGB Variations
Color information
#DCFD34 (or 0xDCFD34) is known color: Pear. HEX triplet: DC, FD and 34. RGB value is (220,253,52). Sum of RGB (Red+Green+Blue) = 220+253+52=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD34 is #2302CB. Grayscale: #DCDCDC. Windows color (decimal): -2294476 or 3472860. OLE color: 3472860.
HSL color Cylindrical-coordinate representation of color #DCFD34: hue angle of 69.85º degrees, saturation: 0.98, 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 #DCFD34 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 52 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.01 |
| HSL | 69.85º | 0.98% | 0.6% | - |
| HSV(B) | 69.85º | 0.79% | 0.99% | - |
| XYZ | 65.26 | 85.71 | 16.35 | - |
| YUV | 220.22 | 33.07 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 52 | 0.13 | 0 | 0.79 | 0.01 | 69.85 | 0.98 | 0.6 |
| Hex | DC | FD | 34 | D | 0 | 4F | 1 | 46 | 62 | 3C |
| Octal | 334 | 375 | 64 | 15 | 0 | 117 | 1 | 106 | 142 | 74 |
| Binary | 11011100 | 11111101 | 110100 | 1101 | 0 | 1001111 | 1 | 1000110 | 1100010 | 111100 |
Color Harmonies of #DCFD34
Complementary color
Monochromatic Colors of #DCFD34
Black with #DCFD34
Text Example
Text Example
White with #DCFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD34; }
p { color: rgb(220,253,52); }
H1.HeaderClassName
{
color: #DCFD34;
}
.AnyTagClassName
{
color: #DCFD34;
}
</style>
background-color css
<style>
a { background-color: #DCFD34; }
a { background-color: rgb(220,253,52); }
div.DivClassName
{
background-color: #DCFD34;
}
.BgClassName
{
background-color: #DCFD34;
}
</style>
border-color css
<style>
span { border-color: #DCFD34; }
span { border-color: rgb(220,253,52); }
td.TdClassName
{
border-color: #DCFD34;
}
.TagClassName
{
border-color: #DCFD34;
}
</style>