Shades of Pear #DCFF30
Tints of Pear #DCFF30
RGB
CMYK
RGB Variations
Color information
#DCFF30 (or 0xDCFF30) is known color: Pear. HEX triplet: DC, FF and 30. RGB value is (220,255,48). Sum of RGB (Red+Green+Blue) = 220+255+48=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF30 is #2300CF. Grayscale: #DDDDDD. Windows color (decimal): -2293968 or 3211228. OLE color: 3211228.
HSL color Cylindrical-coordinate representation of color #DCFF30: hue angle of 70.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCFF30 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 48 | - |
| CMYK | 0.14 | 0 | 0.81 | 0 |
| HSL | 70.14º | 1% | 0.59% | - |
| HSV(B) | 70.14º | 0.81% | 1% | - |
| XYZ | 65.81 | 86.95 | 16.11 | - |
| YUV | 220.94 | 30.4 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 48 | 0.14 | 0 | 0.81 | 0 | 70.14 | 1 | 0.59 |
| Hex | DC | FF | 30 | E | 0 | 51 | 0 | 46 | 64 | 3B |
| Octal | 334 | 377 | 60 | 16 | 0 | 121 | 0 | 106 | 144 | 73 |
| Binary | 11011100 | 11111111 | 110000 | 1110 | 0 | 1010001 | 0 | 1000110 | 1100100 | 111011 |
Color Harmonies of #DCFF30
Complementary color
Monochromatic Colors of #DCFF30
Black with #DCFF30
Text Example
Text Example
White with #DCFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF30; }
p { color: rgb(220,255,48); }
H1.HeaderClassName
{
color: #DCFF30;
}
.AnyTagClassName
{
color: #DCFF30;
}
</style>
background-color css
<style>
a { background-color: #DCFF30; }
a { background-color: rgb(220,255,48); }
div.DivClassName
{
background-color: #DCFF30;
}
.BgClassName
{
background-color: #DCFF30;
}
</style>
border-color css
<style>
span { border-color: #DCFF30; }
span { border-color: rgb(220,255,48); }
td.TdClassName
{
border-color: #DCFF30;
}
.TagClassName
{
border-color: #DCFF30;
}
</style>