Shades of Pear #DFF330
Tints of Pear #DFF330
RGB
CMYK
RGB Variations
Color information
#DFF330 (or 0xDFF330) is known color: Pear. HEX triplet: DF, F3 and 30. RGB value is (223,243,48). Sum of RGB (Red+Green+Blue) = 223+243+48=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF330 is #200CCF. Grayscale: #D7D7D7. Windows color (decimal): -2100432 or 3208159. OLE color: 3208159.
HSL color Cylindrical-coordinate representation of color #DFF330: hue angle of 66.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF330 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 48 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.05 |
| HSL | 66.15º | 0.89% | 0.57% | - |
| HSV(B) | 66.15º | 0.8% | 0.95% | - |
| XYZ | 63.02 | 80 | 14.92 | - |
| YUV | 214.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 48 | 0.08 | 0 | 0.80 | 0.05 | 66.15 | 0.89 | 0.57 |
| Hex | DF | F3 | 30 | 8 | 0 | 50 | 5 | 42 | 59 | 39 |
| Octal | 337 | 363 | 60 | 10 | 0 | 120 | 5 | 102 | 131 | 71 |
| Binary | 11011111 | 11110011 | 110000 | 1000 | 0 | 1010000 | 101 | 1000010 | 1011001 | 111001 |
Color Harmonies of #DFF330
Complementary color
Monochromatic Colors of #DFF330
Black with #DFF330
Text Example
Text Example
White with #DFF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF330; }
p { color: rgb(223,243,48); }
H1.HeaderClassName
{
color: #DFF330;
}
.AnyTagClassName
{
color: #DFF330;
}
</style>
background-color css
<style>
a { background-color: #DFF330; }
a { background-color: rgb(223,243,48); }
div.DivClassName
{
background-color: #DFF330;
}
.BgClassName
{
background-color: #DFF330;
}
</style>
border-color css
<style>
span { border-color: #DFF330; }
span { border-color: rgb(223,243,48); }
td.TdClassName
{
border-color: #DFF330;
}
.TagClassName
{
border-color: #DFF330;
}
</style>