Shades of Pear #DCFD23
Tints of Pear #DCFD23
RGB
CMYK
RGB Variations
Color information
#DCFD23 (or 0xDCFD23) is known color: Pear. HEX triplet: DC, FD and 23. RGB value is (220,253,35). Sum of RGB (Red+Green+Blue) = 220+253+35=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 35 (14.06% from 255 or 6.89% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD23 is #2302DC. Grayscale: #DBDBDB. Windows color (decimal): -2294493 or 2358748. OLE color: 2358748.
HSL color Cylindrical-coordinate representation of color #DCFD23: hue angle of 69.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCFD23 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 35 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.01 |
| HSL | 69.08º | 0.98% | 0.56% | - |
| HSV(B) | 69.08º | 0.86% | 0.99% | - |
| XYZ | 64.94 | 85.59 | 14.69 | - |
| YUV | 218.28 | 24.57 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 35 | 0.13 | 0 | 0.86 | 0.01 | 69.08 | 0.98 | 0.56 |
| Hex | DC | FD | 23 | D | 0 | 56 | 1 | 45 | 62 | 38 |
| Octal | 334 | 375 | 43 | 15 | 0 | 126 | 1 | 105 | 142 | 70 |
| Binary | 11011100 | 11111101 | 100011 | 1101 | 0 | 1010110 | 1 | 1000101 | 1100010 | 111000 |
Color Harmonies of #DCFD23
Complementary color
Monochromatic Colors of #DCFD23
Black with #DCFD23
Text Example
Text Example
White with #DCFD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD23; }
p { color: rgb(220,253,35); }
H1.HeaderClassName
{
color: #DCFD23;
}
.AnyTagClassName
{
color: #DCFD23;
}
</style>
background-color css
<style>
a { background-color: #DCFD23; }
a { background-color: rgb(220,253,35); }
div.DivClassName
{
background-color: #DCFD23;
}
.BgClassName
{
background-color: #DCFD23;
}
</style>
border-color css
<style>
span { border-color: #DCFD23; }
span { border-color: rgb(220,253,35); }
td.TdClassName
{
border-color: #DCFD23;
}
.TagClassName
{
border-color: #DCFD23;
}
</style>