Shades of Pear #DCFF23
Tints of Pear #DCFF23
RGB
CMYK
RGB Variations
Color information
#DCFF23 (or 0xDCFF23) is known color: Pear. HEX triplet: DC, FF and 23. RGB value is (220,255,35). Sum of RGB (Red+Green+Blue) = 220+255+35=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 35 (14.06% from 255 or 6.86% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF23 is #2300DC. Grayscale: #DCDCDC. Windows color (decimal): -2293981 or 2359260. OLE color: 2359260.
HSL color Cylindrical-coordinate representation of color #DCFF23: hue angle of 69.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCFF23 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 35 | - |
| CMYK | 0.14 | 0 | 0.86 | 0 |
| HSL | 69.55º | 1% | 0.57% | - |
| HSV(B) | 69.55º | 0.86% | 1% | - |
| XYZ | 65.58 | 86.86 | 14.9 | - |
| YUV | 219.46 | 23.9 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 35 | 0.14 | 0 | 0.86 | 0 | 69.55 | 1 | 0.57 |
| Hex | DC | FF | 23 | E | 0 | 56 | 0 | 46 | 64 | 39 |
| Octal | 334 | 377 | 43 | 16 | 0 | 126 | 0 | 106 | 144 | 71 |
| Binary | 11011100 | 11111111 | 100011 | 1110 | 0 | 1010110 | 0 | 1000110 | 1100100 | 111001 |
Color Harmonies of #DCFF23
Complementary color
Monochromatic Colors of #DCFF23
Black with #DCFF23
Text Example
Text Example
White with #DCFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF23; }
p { color: rgb(220,255,35); }
H1.HeaderClassName
{
color: #DCFF23;
}
.AnyTagClassName
{
color: #DCFF23;
}
</style>
background-color css
<style>
a { background-color: #DCFF23; }
a { background-color: rgb(220,255,35); }
div.DivClassName
{
background-color: #DCFF23;
}
.BgClassName
{
background-color: #DCFF23;
}
</style>
border-color css
<style>
span { border-color: #DCFF23; }
span { border-color: rgb(220,255,35); }
td.TdClassName
{
border-color: #DCFF23;
}
.TagClassName
{
border-color: #DCFF23;
}
</style>