Shades of Pear #DCF93D
Tints of Pear #DCF93D
RGB
CMYK
RGB Variations
Color information
#DCF93D (or 0xDCF93D) is known color: Pear. HEX triplet: DC, F9 and 3D. RGB value is (220,249,61). Sum of RGB (Red+Green+Blue) = 220+249+61=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF93D is #2306C2. Grayscale: #DBDBDB. Windows color (decimal): -2295491 or 4061660. OLE color: 4061660.
HSL color Cylindrical-coordinate representation of color #DCF93D: hue angle of 69.26º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF93D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 61 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.02 |
| HSL | 69.26º | 0.94% | 0.61% | - |
| HSV(B) | 69.26º | 0.76% | 0.98% | - |
| XYZ | 64.23 | 83.3 | 17.11 | - |
| YUV | 218.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 61 | 0.12 | 0 | 0.76 | 0.02 | 69.26 | 0.94 | 0.61 |
| Hex | DC | F9 | 3D | C | 0 | 4C | 2 | 45 | 5E | 3D |
| Octal | 334 | 371 | 75 | 14 | 0 | 114 | 2 | 105 | 136 | 75 |
| Binary | 11011100 | 11111001 | 111101 | 1100 | 0 | 1001100 | 10 | 1000101 | 1011110 | 111101 |
Color Harmonies of #DCF93D
Complementary color
Monochromatic Colors of #DCF93D
Black with #DCF93D
Text Example
Text Example
White with #DCF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF93D; }
p { color: rgb(220,249,61); }
H1.HeaderClassName
{
color: #DCF93D;
}
.AnyTagClassName
{
color: #DCF93D;
}
</style>
background-color css
<style>
a { background-color: #DCF93D; }
a { background-color: rgb(220,249,61); }
div.DivClassName
{
background-color: #DCF93D;
}
.BgClassName
{
background-color: #DCF93D;
}
</style>
border-color css
<style>
span { border-color: #DCF93D; }
span { border-color: rgb(220,249,61); }
td.TdClassName
{
border-color: #DCF93D;
}
.TagClassName
{
border-color: #DCF93D;
}
</style>