Shades of Pear #DCFA32
Tints of Pear #DCFA32
RGB
CMYK
RGB Variations
Color information
#DCFA32 (or 0xDCFA32) is known color: Pear. HEX triplet: DC, FA and 32. RGB value is (220,250,50). Sum of RGB (Red+Green+Blue) = 220+250+50=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA32 is #2305CD. Grayscale: #DBDBDB. Windows color (decimal): -2295246 or 3341020. OLE color: 3341020.
HSL color Cylindrical-coordinate representation of color #DCFA32: hue angle of 69º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCFA32 is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 50 | - |
| CMYK | 0.12 | 0 | 0.8 | 0.02 |
| HSL | 69º | 0.95% | 0.59% | - |
| HSV(B) | 69º | 0.8% | 0.98% | - |
| XYZ | 64.28 | 83.82 | 15.81 | - |
| YUV | 218.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 50 | 0.12 | 0 | 0.8 | 0.02 | 69 | 0.95 | 0.59 |
| Hex | DC | FA | 32 | C | 0 | 50 | 2 | 45 | 5F | 3B |
| Octal | 334 | 372 | 62 | 14 | 0 | 120 | 2 | 105 | 137 | 73 |
| Binary | 11011100 | 11111010 | 110010 | 1100 | 0 | 1010000 | 10 | 1000101 | 1011111 | 111011 |
Color Harmonies of #DCFA32
Complementary color
Monochromatic Colors of #DCFA32
Black with #DCFA32
Text Example
Text Example
White with #DCFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA32; }
p { color: rgb(220,250,50); }
H1.HeaderClassName
{
color: #DCFA32;
}
.AnyTagClassName
{
color: #DCFA32;
}
</style>
background-color css
<style>
a { background-color: #DCFA32; }
a { background-color: rgb(220,250,50); }
div.DivClassName
{
background-color: #DCFA32;
}
.BgClassName
{
background-color: #DCFA32;
}
</style>
border-color css
<style>
span { border-color: #DCFA32; }
span { border-color: rgb(220,250,50); }
td.TdClassName
{
border-color: #DCFA32;
}
.TagClassName
{
border-color: #DCFA32;
}
</style>