Shades of Pear #DFF630
Tints of Pear #DFF630
RGB
CMYK
RGB Variations
Color information
#DFF630 (or 0xDFF630) is known color: Pear. HEX triplet: DF, F6 and 30. RGB value is (223,246,48). Sum of RGB (Red+Green+Blue) = 223+246+48=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF630 is #2009CF. Grayscale: #D9D9D9. Windows color (decimal): -2099664 or 3208927. OLE color: 3208927.
HSL color Cylindrical-coordinate representation of color #DFF630: hue angle of 66.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF630 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 48 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.04 |
| HSL | 66.97º | 0.92% | 0.58% | - |
| HSV(B) | 66.97º | 0.8% | 0.96% | - |
| XYZ | 63.92 | 81.81 | 15.22 | - |
| YUV | 216.55 | 32.88 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 48 | 0.09 | 0 | 0.80 | 0.04 | 66.97 | 0.92 | 0.58 |
| Hex | DF | F6 | 30 | 9 | 0 | 50 | 4 | 43 | 5C | 3A |
| Octal | 337 | 366 | 60 | 11 | 0 | 120 | 4 | 103 | 134 | 72 |
| Binary | 11011111 | 11110110 | 110000 | 1001 | 0 | 1010000 | 100 | 1000011 | 1011100 | 111010 |
Color Harmonies of #DFF630
Complementary color
Monochromatic Colors of #DFF630
Black with #DFF630
Text Example
Text Example
White with #DFF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF630; }
p { color: rgb(223,246,48); }
H1.HeaderClassName
{
color: #DFF630;
}
.AnyTagClassName
{
color: #DFF630;
}
</style>
background-color css
<style>
a { background-color: #DFF630; }
a { background-color: rgb(223,246,48); }
div.DivClassName
{
background-color: #DFF630;
}
.BgClassName
{
background-color: #DFF630;
}
</style>
border-color css
<style>
span { border-color: #DFF630; }
span { border-color: rgb(223,246,48); }
td.TdClassName
{
border-color: #DFF630;
}
.TagClassName
{
border-color: #DFF630;
}
</style>