Shades of Pear #DFF83C
Tints of Pear #DFF83C
RGB
CMYK
RGB Variations
Color information
#DFF83C (or 0xDFF83C) is known color: Pear. HEX triplet: DF, F8 and 3C. RGB value is (223,248,60). Sum of RGB (Red+Green+Blue) = 223+248+60=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF83C is #2007C3. Grayscale: #DBDBDB. Windows color (decimal): -2099140 or 3995871. OLE color: 3995871.
HSL color Cylindrical-coordinate representation of color #DFF83C: hue angle of 67.98º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFF83C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 60 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.03 |
| HSL | 67.98º | 0.93% | 0.6% | - |
| HSV(B) | 67.98º | 0.76% | 0.97% | - |
| XYZ | 64.81 | 83.15 | 16.91 | - |
| YUV | 219.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 60 | 0.10 | 0 | 0.76 | 0.03 | 67.98 | 0.93 | 0.6 |
| Hex | DF | F8 | 3C | A | 0 | 4C | 3 | 44 | 5D | 3C |
| Octal | 337 | 370 | 74 | 12 | 0 | 114 | 3 | 104 | 135 | 74 |
| Binary | 11011111 | 11111000 | 111100 | 1010 | 0 | 1001100 | 11 | 1000100 | 1011101 | 111100 |
Color Harmonies of #DFF83C
Complementary color
Monochromatic Colors of #DFF83C
Black with #DFF83C
Text Example
Text Example
White with #DFF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF83C; }
p { color: rgb(223,248,60); }
H1.HeaderClassName
{
color: #DFF83C;
}
.AnyTagClassName
{
color: #DFF83C;
}
</style>
background-color css
<style>
a { background-color: #DFF83C; }
a { background-color: rgb(223,248,60); }
div.DivClassName
{
background-color: #DFF83C;
}
.BgClassName
{
background-color: #DFF83C;
}
</style>
border-color css
<style>
span { border-color: #DFF83C; }
span { border-color: rgb(223,248,60); }
td.TdClassName
{
border-color: #DFF83C;
}
.TagClassName
{
border-color: #DFF83C;
}
</style>