Shades of Pear #DCFF45
Tints of Pear #DCFF45
RGB
CMYK
RGB Variations
Color information
#DCFF45 (or 0xDCFF45) is known color: Pear. HEX triplet: DC, FF and 45. RGB value is (220,255,69). Sum of RGB (Red+Green+Blue) = 220+255+69=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF45 is #2300BA. Grayscale: #E0E0E0. Windows color (decimal): -2293947 or 4587484. OLE color: 4587484.
HSL color Cylindrical-coordinate representation of color #DCFF45: hue angle of 71.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFF45 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 69 | - |
| CMYK | 0.14 | 0 | 0.73 | 0 |
| HSL | 71.29º | 1% | 0.64% | - |
| HSV(B) | 71.29º | 0.73% | 1% | - |
| XYZ | 66.35 | 87.17 | 18.96 | - |
| YUV | 223.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 69 | 0.14 | 0 | 0.73 | 0 | 71.29 | 1 | 0.64 |
| Hex | DC | FF | 45 | E | 0 | 49 | 0 | 47 | 64 | 40 |
| Octal | 334 | 377 | 105 | 16 | 0 | 111 | 0 | 107 | 144 | 100 |
| Binary | 11011100 | 11111111 | 1000101 | 1110 | 0 | 1001001 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DCFF45
Complementary color
Monochromatic Colors of #DCFF45
Black with #DCFF45
Text Example
Text Example
White with #DCFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF45; }
p { color: rgb(220,255,69); }
H1.HeaderClassName
{
color: #DCFF45;
}
.AnyTagClassName
{
color: #DCFF45;
}
</style>
background-color css
<style>
a { background-color: #DCFF45; }
a { background-color: rgb(220,255,69); }
div.DivClassName
{
background-color: #DCFF45;
}
.BgClassName
{
background-color: #DCFF45;
}
</style>
border-color css
<style>
span { border-color: #DCFF45; }
span { border-color: rgb(220,255,69); }
td.TdClassName
{
border-color: #DCFF45;
}
.TagClassName
{
border-color: #DCFF45;
}
</style>