Shades of Pear #DCFE30
Tints of Pear #DCFE30
RGB
CMYK
RGB Variations
Color information
#DCFE30 (or 0xDCFE30) is known color: Pear. HEX triplet: DC, FE and 30. RGB value is (220,254,48). Sum of RGB (Red+Green+Blue) = 220+254+48=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE30 is #2301CF. Grayscale: #DDDDDD. Windows color (decimal): -2294224 or 3210972. OLE color: 3210972.
HSL color Cylindrical-coordinate representation of color #DCFE30: hue angle of 69.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCFE30 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 48 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.9º | 0.99% | 0.59% | - |
| HSV(B) | 69.9º | 0.81% | 1% | - |
| XYZ | 65.49 | 86.31 | 16 | - |
| YUV | 220.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 48 | 0.13 | 0 | 0.81 | 0.00 | 69.9 | 0.99 | 0.59 |
| Hex | DC | FE | 30 | D | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 334 | 376 | 60 | 15 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011100 | 11111110 | 110000 | 1101 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DCFE30
Complementary color
Monochromatic Colors of #DCFE30
Black with #DCFE30
Text Example
Text Example
White with #DCFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE30; }
p { color: rgb(220,254,48); }
H1.HeaderClassName
{
color: #DCFE30;
}
.AnyTagClassName
{
color: #DCFE30;
}
</style>
background-color css
<style>
a { background-color: #DCFE30; }
a { background-color: rgb(220,254,48); }
div.DivClassName
{
background-color: #DCFE30;
}
.BgClassName
{
background-color: #DCFE30;
}
</style>
border-color css
<style>
span { border-color: #DCFE30; }
span { border-color: rgb(220,254,48); }
td.TdClassName
{
border-color: #DCFE30;
}
.TagClassName
{
border-color: #DCFE30;
}
</style>