Shades of Pear #DCF941
Tints of Pear #DCF941
RGB
CMYK
RGB Variations
Color information
#DCF941 (or 0xDCF941) is known color: Pear. HEX triplet: DC, F9 and 41. RGB value is (220,249,65). Sum of RGB (Red+Green+Blue) = 220+249+65=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF941 is #2306BE. Grayscale: #DCDCDC. Windows color (decimal): -2295487 or 4323804. OLE color: 4323804.
HSL color Cylindrical-coordinate representation of color #DCF941: hue angle of 69.46º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF941 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 65 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.02 |
| HSL | 69.46º | 0.94% | 0.62% | - |
| HSV(B) | 69.46º | 0.74% | 0.98% | - |
| XYZ | 64.35 | 83.35 | 17.7 | - |
| YUV | 219.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 65 | 0.12 | 0 | 0.74 | 0.02 | 69.46 | 0.94 | 0.62 |
| Hex | DC | F9 | 41 | C | 0 | 4A | 2 | 45 | 5E | 3E |
| Octal | 334 | 371 | 101 | 14 | 0 | 112 | 2 | 105 | 136 | 76 |
| Binary | 11011100 | 11111001 | 1000001 | 1100 | 0 | 1001010 | 10 | 1000101 | 1011110 | 111110 |
Color Harmonies of #DCF941
Complementary color
Monochromatic Colors of #DCF941
Black with #DCF941
Text Example
Text Example
White with #DCF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF941; }
p { color: rgb(220,249,65); }
H1.HeaderClassName
{
color: #DCF941;
}
.AnyTagClassName
{
color: #DCF941;
}
</style>
background-color css
<style>
a { background-color: #DCF941; }
a { background-color: rgb(220,249,65); }
div.DivClassName
{
background-color: #DCF941;
}
.BgClassName
{
background-color: #DCF941;
}
</style>
border-color css
<style>
span { border-color: #DCF941; }
span { border-color: rgb(220,249,65); }
td.TdClassName
{
border-color: #DCF941;
}
.TagClassName
{
border-color: #DCF941;
}
</style>