Shades of Pear #DCF91F
Tints of Pear #DCF91F
RGB
CMYK
RGB Variations
Color information
#DCF91F (or 0xDCF91F) is known color: Pear. HEX triplet: DC, F9 and 1F. RGB value is (220,249,31). Sum of RGB (Red+Green+Blue) = 220+249+31=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF91F is #2306E0. Grayscale: #D8D8D8. Windows color (decimal): -2295521 or 2095580. OLE color: 2095580.
HSL color Cylindrical-coordinate representation of color #DCF91F: hue angle of 67.98º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF91F is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 31 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 67.98º | 0.95% | 0.55% | - |
| HSV(B) | 67.98º | 0.88% | 0.98% | - |
| XYZ | 63.64 | 83.07 | 13.98 | - |
| YUV | 215.48 | 23.89 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 31 | 0.12 | 0 | 0.88 | 0.02 | 67.98 | 0.95 | 0.55 |
| Hex | DC | F9 | 1F | C | 0 | 58 | 2 | 44 | 5F | 37 |
| Octal | 334 | 371 | 37 | 14 | 0 | 130 | 2 | 104 | 137 | 67 |
| Binary | 11011100 | 11111001 | 11111 | 1100 | 0 | 1011000 | 10 | 1000100 | 1011111 | 110111 |
Color Harmonies of #DCF91F
Complementary color
Monochromatic Colors of #DCF91F
Black with #DCF91F
Text Example
Text Example
White with #DCF91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF91F; }
p { color: rgb(220,249,31); }
H1.HeaderClassName
{
color: #DCF91F;
}
.AnyTagClassName
{
color: #DCF91F;
}
</style>
background-color css
<style>
a { background-color: #DCF91F; }
a { background-color: rgb(220,249,31); }
div.DivClassName
{
background-color: #DCF91F;
}
.BgClassName
{
background-color: #DCF91F;
}
</style>
border-color css
<style>
span { border-color: #DCF91F; }
span { border-color: rgb(220,249,31); }
td.TdClassName
{
border-color: #DCF91F;
}
.TagClassName
{
border-color: #DCF91F;
}
</style>