Shades of Pear #DCF823
Tints of Pear #DCF823
RGB
CMYK
RGB Variations
Color information
#DCF823 (or 0xDCF823) is known color: Pear. HEX triplet: DC, F8 and 23. RGB value is (220,248,35). Sum of RGB (Red+Green+Blue) = 220+248+35=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF823 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF823 is #2307DC. Grayscale: #D8D8D8. Windows color (decimal): -2295773 or 2357468. OLE color: 2357468.
HSL color Cylindrical-coordinate representation of color #DCF823: hue angle of 67.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCF823 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 35 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.03 |
| HSL | 67.89º | 0.94% | 0.55% | - |
| HSV(B) | 67.89º | 0.86% | 0.97% | - |
| XYZ | 63.39 | 82.47 | 14.17 | - |
| YUV | 215.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 35 | 0.11 | 0 | 0.86 | 0.03 | 67.89 | 0.94 | 0.55 |
| Hex | DC | F8 | 23 | B | 0 | 56 | 3 | 44 | 5E | 37 |
| Octal | 334 | 370 | 43 | 13 | 0 | 126 | 3 | 104 | 136 | 67 |
| Binary | 11011100 | 11111000 | 100011 | 1011 | 0 | 1010110 | 11 | 1000100 | 1011110 | 110111 |
Color Harmonies of #DCF823
Complementary color
Monochromatic Colors of #DCF823
Black with #DCF823
Text Example
Text Example
White with #DCF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF823; }
p { color: rgb(220,248,35); }
H1.HeaderClassName
{
color: #DCF823;
}
.AnyTagClassName
{
color: #DCF823;
}
</style>
background-color css
<style>
a { background-color: #DCF823; }
a { background-color: rgb(220,248,35); }
div.DivClassName
{
background-color: #DCF823;
}
.BgClassName
{
background-color: #DCF823;
}
</style>
border-color css
<style>
span { border-color: #DCF823; }
span { border-color: rgb(220,248,35); }
td.TdClassName
{
border-color: #DCF823;
}
.TagClassName
{
border-color: #DCF823;
}
</style>