Shades of Pear #DCFC34
Tints of Pear #DCFC34
RGB
CMYK
RGB Variations
Color information
#DCFC34 (or 0xDCFC34) is known color: Pear. HEX triplet: DC, FC and 34. RGB value is (220,252,52). Sum of RGB (Red+Green+Blue) = 220+252+52=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC34 is #2303CB. Grayscale: #DCDCDC. Windows color (decimal): -2294732 or 3472604. OLE color: 3472604.
HSL color Cylindrical-coordinate representation of color #DCFC34: hue angle of 69.6º 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 #DCFC34 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 52 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.01 |
| HSL | 69.6º | 0.97% | 0.6% | - |
| HSV(B) | 69.6º | 0.79% | 0.99% | - |
| XYZ | 64.95 | 85.08 | 16.25 | - |
| YUV | 219.63 | 33.4 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 52 | 0.13 | 0 | 0.79 | 0.01 | 69.6 | 0.97 | 0.6 |
| Hex | DC | FC | 34 | D | 0 | 4F | 1 | 46 | 61 | 3C |
| Octal | 334 | 374 | 64 | 15 | 0 | 117 | 1 | 106 | 141 | 74 |
| Binary | 11011100 | 11111100 | 110100 | 1101 | 0 | 1001111 | 1 | 1000110 | 1100001 | 111100 |
Color Harmonies of #DCFC34
Complementary color
Monochromatic Colors of #DCFC34
Black with #DCFC34
Text Example
Text Example
White with #DCFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC34; }
p { color: rgb(220,252,52); }
H1.HeaderClassName
{
color: #DCFC34;
}
.AnyTagClassName
{
color: #DCFC34;
}
</style>
background-color css
<style>
a { background-color: #DCFC34; }
a { background-color: rgb(220,252,52); }
div.DivClassName
{
background-color: #DCFC34;
}
.BgClassName
{
background-color: #DCFC34;
}
</style>
border-color css
<style>
span { border-color: #DCFC34; }
span { border-color: rgb(220,252,52); }
td.TdClassName
{
border-color: #DCFC34;
}
.TagClassName
{
border-color: #DCFC34;
}
</style>