Shades of Pear #DCF94A
Tints of Pear #DCF94A
RGB
CMYK
RGB Variations
Color information
#DCF94A (or 0xDCF94A) is known color: Pear. HEX triplet: DC, F9 and 4A. RGB value is (220,249,74). Sum of RGB (Red+Green+Blue) = 220+249+74=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF94A is #2306B5. Grayscale: #DDDDDD. Windows color (decimal): -2295478 or 4913628. OLE color: 4913628.
HSL color Cylindrical-coordinate representation of color #DCF94A: hue angle of 69.94º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF94A is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 74 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.02 |
| HSL | 69.94º | 0.94% | 0.63% | - |
| HSV(B) | 69.94º | 0.7% | 0.98% | - |
| XYZ | 64.63 | 83.46 | 19.18 | - |
| YUV | 220.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 74 | 0.12 | 0 | 0.70 | 0.02 | 69.94 | 0.94 | 0.63 |
| Hex | DC | F9 | 4A | C | 0 | 46 | 2 | 46 | 5E | 3F |
| Octal | 334 | 371 | 112 | 14 | 0 | 106 | 2 | 106 | 136 | 77 |
| Binary | 11011100 | 11111001 | 1001010 | 1100 | 0 | 1000110 | 10 | 1000110 | 1011110 | 111111 |
Color Harmonies of #DCF94A
Complementary color
Monochromatic Colors of #DCF94A
Black with #DCF94A
Text Example
Text Example
White with #DCF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF94A; }
p { color: rgb(220,249,74); }
H1.HeaderClassName
{
color: #DCF94A;
}
.AnyTagClassName
{
color: #DCF94A;
}
</style>
background-color css
<style>
a { background-color: #DCF94A; }
a { background-color: rgb(220,249,74); }
div.DivClassName
{
background-color: #DCF94A;
}
.BgClassName
{
background-color: #DCF94A;
}
</style>
border-color css
<style>
span { border-color: #DCF94A; }
span { border-color: rgb(220,249,74); }
td.TdClassName
{
border-color: #DCF94A;
}
.TagClassName
{
border-color: #DCF94A;
}
</style>