Shades of Pear #DCF93A
Tints of Pear #DCF93A
RGB
CMYK
RGB Variations
Color information
#DCF93A (or 0xDCF93A) is known color: Pear. HEX triplet: DC, F9 and 3A. RGB value is (220,249,58). Sum of RGB (Red+Green+Blue) = 220+249+58=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF93A is #2306C5. Grayscale: #DBDBDB. Windows color (decimal): -2295494 or 3865052. OLE color: 3865052.
HSL color Cylindrical-coordinate representation of color #DCF93A: hue angle of 69.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCF93A is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 58 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.02 |
| HSL | 69.11º | 0.94% | 0.6% | - |
| HSV(B) | 69.11º | 0.77% | 0.98% | - |
| XYZ | 64.15 | 83.27 | 16.69 | - |
| YUV | 218.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 58 | 0.12 | 0 | 0.77 | 0.02 | 69.11 | 0.94 | 0.6 |
| Hex | DC | F9 | 3A | C | 0 | 4D | 2 | 45 | 5E | 3C |
| Octal | 334 | 371 | 72 | 14 | 0 | 115 | 2 | 105 | 136 | 74 |
| Binary | 11011100 | 11111001 | 111010 | 1100 | 0 | 1001101 | 10 | 1000101 | 1011110 | 111100 |
Color Harmonies of #DCF93A
Complementary color
Monochromatic Colors of #DCF93A
Black with #DCF93A
Text Example
Text Example
White with #DCF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF93A; }
p { color: rgb(220,249,58); }
H1.HeaderClassName
{
color: #DCF93A;
}
.AnyTagClassName
{
color: #DCF93A;
}
</style>
background-color css
<style>
a { background-color: #DCF93A; }
a { background-color: rgb(220,249,58); }
div.DivClassName
{
background-color: #DCF93A;
}
.BgClassName
{
background-color: #DCF93A;
}
</style>
border-color css
<style>
span { border-color: #DCF93A; }
span { border-color: rgb(220,249,58); }
td.TdClassName
{
border-color: #DCF93A;
}
.TagClassName
{
border-color: #DCF93A;
}
</style>