Shades of Pear #DCFF2A
Tints of Pear #DCFF2A
RGB
CMYK
RGB Variations
Color information
#DCFF2A (or 0xDCFF2A) is known color: Pear. HEX triplet: DC, FF and 2A. RGB value is (220,255,42). Sum of RGB (Red+Green+Blue) = 220+255+42=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF2A is #2300D5. Grayscale: #DDDDDD. Windows color (decimal): -2293974 or 2818012. OLE color: 2818012.
HSL color Cylindrical-coordinate representation of color #DCFF2A: hue angle of 69.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCFF2A is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 42 | - |
| CMYK | 0.14 | 0 | 0.84 | 0 |
| HSL | 69.86º | 1% | 0.58% | - |
| HSV(B) | 69.86º | 0.84% | 1% | - |
| XYZ | 65.69 | 86.9 | 15.5 | - |
| YUV | 220.25 | 27.4 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 42 | 0.14 | 0 | 0.84 | 0 | 69.86 | 1 | 0.58 |
| Hex | DC | FF | 2A | E | 0 | 54 | 0 | 46 | 64 | 3A |
| Octal | 334 | 377 | 52 | 16 | 0 | 124 | 0 | 106 | 144 | 72 |
| Binary | 11011100 | 11111111 | 101010 | 1110 | 0 | 1010100 | 0 | 1000110 | 1100100 | 111010 |
Color Harmonies of #DCFF2A
Complementary color
Monochromatic Colors of #DCFF2A
Black with #DCFF2A
Text Example
Text Example
White with #DCFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF2A; }
p { color: rgb(220,255,42); }
H1.HeaderClassName
{
color: #DCFF2A;
}
.AnyTagClassName
{
color: #DCFF2A;
}
</style>
background-color css
<style>
a { background-color: #DCFF2A; }
a { background-color: rgb(220,255,42); }
div.DivClassName
{
background-color: #DCFF2A;
}
.BgClassName
{
background-color: #DCFF2A;
}
</style>
border-color css
<style>
span { border-color: #DCFF2A; }
span { border-color: rgb(220,255,42); }
td.TdClassName
{
border-color: #DCFF2A;
}
.TagClassName
{
border-color: #DCFF2A;
}
</style>