Shades of Pear #DCFF3A
Tints of Pear #DCFF3A
RGB
CMYK
RGB Variations
Color information
#DCFF3A (or 0xDCFF3A) is known color: Pear. HEX triplet: DC, FF and 3A. RGB value is (220,255,58). Sum of RGB (Red+Green+Blue) = 220+255+58=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 58 (23.05% from 255 or 10.88% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF3A is #2300C5. Grayscale: #DEDEDE. Windows color (decimal): -2293958 or 3866588. OLE color: 3866588.
HSL color Cylindrical-coordinate representation of color #DCFF3A: hue angle of 70.66º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCFF3A is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 58 | - |
| CMYK | 0.14 | 0 | 0.77 | 0 |
| HSL | 70.66º | 1% | 0.61% | - |
| HSV(B) | 70.66º | 0.77% | 1% | - |
| XYZ | 66.04 | 87.04 | 17.32 | - |
| YUV | 222.08 | 35.4 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 58 | 0.14 | 0 | 0.77 | 0 | 70.66 | 1 | 0.61 |
| Hex | DC | FF | 3A | E | 0 | 4D | 0 | 47 | 64 | 3D |
| Octal | 334 | 377 | 72 | 16 | 0 | 115 | 0 | 107 | 144 | 75 |
| Binary | 11011100 | 11111111 | 111010 | 1110 | 0 | 1001101 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DCFF3A
Complementary color
Monochromatic Colors of #DCFF3A
Black with #DCFF3A
Text Example
Text Example
White with #DCFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF3A; }
p { color: rgb(220,255,58); }
H1.HeaderClassName
{
color: #DCFF3A;
}
.AnyTagClassName
{
color: #DCFF3A;
}
</style>
background-color css
<style>
a { background-color: #DCFF3A; }
a { background-color: rgb(220,255,58); }
div.DivClassName
{
background-color: #DCFF3A;
}
.BgClassName
{
background-color: #DCFF3A;
}
</style>
border-color css
<style>
span { border-color: #DCFF3A; }
span { border-color: rgb(220,255,58); }
td.TdClassName
{
border-color: #DCFF3A;
}
.TagClassName
{
border-color: #DCFF3A;
}
</style>