Shades of Pear #DCF93F
Tints of Pear #DCF93F
RGB
CMYK
RGB Variations
Color information
#DCF93F (or 0xDCF93F) is known color: Pear. HEX triplet: DC, F9 and 3F. RGB value is (220,249,63). Sum of RGB (Red+Green+Blue) = 220+249+63=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 63 (25% from 255 or 11.84% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF93F is #2306C0. Grayscale: #DBDBDB. Windows color (decimal): -2295489 or 4192732. OLE color: 4192732.
HSL color Cylindrical-coordinate representation of color #DCF93F: hue angle of 69.35º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCF93F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 63 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.02 |
| HSL | 69.35º | 0.94% | 0.61% | - |
| HSV(B) | 69.35º | 0.75% | 0.98% | - |
| XYZ | 64.29 | 83.33 | 17.4 | - |
| YUV | 219.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 63 | 0.12 | 0 | 0.75 | 0.02 | 69.35 | 0.94 | 0.61 |
| Hex | DC | F9 | 3F | C | 0 | 4B | 2 | 45 | 5E | 3D |
| Octal | 334 | 371 | 77 | 14 | 0 | 113 | 2 | 105 | 136 | 75 |
| Binary | 11011100 | 11111001 | 111111 | 1100 | 0 | 1001011 | 10 | 1000101 | 1011110 | 111101 |
Color Harmonies of #DCF93F
Complementary color
Monochromatic Colors of #DCF93F
Black with #DCF93F
Text Example
Text Example
White with #DCF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF93F; }
p { color: rgb(220,249,63); }
H1.HeaderClassName
{
color: #DCF93F;
}
.AnyTagClassName
{
color: #DCF93F;
}
</style>
background-color css
<style>
a { background-color: #DCF93F; }
a { background-color: rgb(220,249,63); }
div.DivClassName
{
background-color: #DCF93F;
}
.BgClassName
{
background-color: #DCF93F;
}
</style>
border-color css
<style>
span { border-color: #DCF93F; }
span { border-color: rgb(220,249,63); }
td.TdClassName
{
border-color: #DCF93F;
}
.TagClassName
{
border-color: #DCF93F;
}
</style>