Shades of Pear #DCF81F
Tints of Pear #DCF81F
RGB
CMYK
RGB Variations
Color information
#DCF81F (or 0xDCF81F) is known color: Pear. HEX triplet: DC, F8 and 1F. RGB value is (220,248,31). Sum of RGB (Red+Green+Blue) = 220+248+31=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF81F is #2307E0. Grayscale: #D7D7D7. Windows color (decimal): -2295777 or 2095324. OLE color: 2095324.
HSL color Cylindrical-coordinate representation of color #DCF81F: hue angle of 67.74º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF81F is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 31 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.03 |
| HSL | 67.74º | 0.94% | 0.55% | - |
| HSV(B) | 67.74º | 0.88% | 0.97% | - |
| XYZ | 63.33 | 82.45 | 13.87 | - |
| YUV | 214.89 | 24.22 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 31 | 0.11 | 0 | 0.88 | 0.03 | 67.74 | 0.94 | 0.55 |
| Hex | DC | F8 | 1F | B | 0 | 58 | 3 | 44 | 5E | 37 |
| Octal | 334 | 370 | 37 | 13 | 0 | 130 | 3 | 104 | 136 | 67 |
| Binary | 11011100 | 11111000 | 11111 | 1011 | 0 | 1011000 | 11 | 1000100 | 1011110 | 110111 |
Color Harmonies of #DCF81F
Complementary color
Monochromatic Colors of #DCF81F
Black with #DCF81F
Text Example
Text Example
White with #DCF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF81F; }
p { color: rgb(220,248,31); }
H1.HeaderClassName
{
color: #DCF81F;
}
.AnyTagClassName
{
color: #DCF81F;
}
</style>
background-color css
<style>
a { background-color: #DCF81F; }
a { background-color: rgb(220,248,31); }
div.DivClassName
{
background-color: #DCF81F;
}
.BgClassName
{
background-color: #DCF81F;
}
</style>
border-color css
<style>
span { border-color: #DCF81F; }
span { border-color: rgb(220,248,31); }
td.TdClassName
{
border-color: #DCF81F;
}
.TagClassName
{
border-color: #DCF81F;
}
</style>