Shades of Pear #DCFC2D
Tints of Pear #DCFC2D
RGB
CMYK
RGB Variations
Color information
#DCFC2D (or 0xDCFC2D) is known color: Pear. HEX triplet: DC, FC and 2D. RGB value is (220,252,45). Sum of RGB (Red+Green+Blue) = 220+252+45=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC2D is #2303D2. Grayscale: #DBDBDB. Windows color (decimal): -2294739 or 3013852. OLE color: 3013852.
HSL color Cylindrical-coordinate representation of color #DCFC2D: hue angle of 69.28º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCFC2D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 45 | - |
CMYK | 0.13 | 0 | 0.82 | 0.01 |
HSL | 69.28º | 0.97% | 0.58% | - |
HSV(B) | 69.28º | 0.82% | 0.99% | - |
XYZ | 64.8 | 85.03 | 15.48 | - |
YUV | 218.83 | 29.9 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 45 | 0.13 | 0 | 0.82 | 0.01 | 69.28 | 0.97 | 0.58 |
Hex | DC | FC | 2D | D | 0 | 52 | 1 | 45 | 61 | 3A |
Octal | 334 | 374 | 55 | 15 | 0 | 122 | 1 | 105 | 141 | 72 |
Binary | 11011100 | 11111100 | 101101 | 1101 | 0 | 1010010 | 1 | 1000101 | 1100001 | 111010 |
Color Harmonies of #DCFC2D
Complementary color
Monochromatic Colors of #DCFC2D
Black with #DCFC2D
Text Example
Text Example
White with #DCFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC2D; }
p { color: rgb(220,252,45); }
H1.HeaderClassName
{
color: #DCFC2D;
}
.AnyTagClassName
{
color: #DCFC2D;
}
</style>
background-color css
<style>
a { background-color: #DCFC2D; }
a { background-color: rgb(220,252,45); }
div.DivClassName
{
background-color: #DCFC2D;
}
.BgClassName
{
background-color: #DCFC2D;
}
</style>
border-color css
<style>
span { border-color: #DCFC2D; }
span { border-color: rgb(220,252,45); }
td.TdClassName
{
border-color: #DCFC2D;
}
.TagClassName
{
border-color: #DCFC2D;
}
</style>