Shades of Pear #DFFF30
Tints of Pear #DFFF30
RGB
CMYK
RGB Variations
Color information
#DFFF30 (or 0xDFFF30) is known color: Pear. HEX triplet: DF, FF and 30. RGB value is (223,255,48). Sum of RGB (Red+Green+Blue) = 223+255+48=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF30 is #2000CF. Grayscale: #DEDEDE. Windows color (decimal): -2097360 or 3211231. OLE color: 3211231.
HSL color Cylindrical-coordinate representation of color #DFFF30: hue angle of 69.28º 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 #DFFF30 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 48 | - |
| CMYK | 0.13 | 0 | 0.81 | 0 |
| HSL | 69.28º | 1% | 0.59% | - |
| HSV(B) | 69.28º | 0.81% | 1% | - |
| XYZ | 66.72 | 87.42 | 16.15 | - |
| YUV | 221.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 48 | 0.13 | 0 | 0.81 | 0 | 69.28 | 1 | 0.59 |
| Hex | DF | FF | 30 | D | 0 | 51 | 0 | 45 | 64 | 3B |
| Octal | 337 | 377 | 60 | 15 | 0 | 121 | 0 | 105 | 144 | 73 |
| Binary | 11011111 | 11111111 | 110000 | 1101 | 0 | 1010001 | 0 | 1000101 | 1100100 | 111011 |
Color Harmonies of #DFFF30
Complementary color
Monochromatic Colors of #DFFF30
Black with #DFFF30
Text Example
Text Example
White with #DFFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF30; }
p { color: rgb(223,255,48); }
H1.HeaderClassName
{
color: #DFFF30;
}
.AnyTagClassName
{
color: #DFFF30;
}
</style>
background-color css
<style>
a { background-color: #DFFF30; }
a { background-color: rgb(223,255,48); }
div.DivClassName
{
background-color: #DFFF30;
}
.BgClassName
{
background-color: #DFFF30;
}
</style>
border-color css
<style>
span { border-color: #DFFF30; }
span { border-color: rgb(223,255,48); }
td.TdClassName
{
border-color: #DFFF30;
}
.TagClassName
{
border-color: #DFFF30;
}
</style>