Shades of Pear #DCF123
Tints of Pear #DCF123
RGB
CMYK
RGB Variations
Color information
#DCF123 (or 0xDCF123) is known color: Pear. HEX triplet: DC, F1 and 23. RGB value is (220,241,35). Sum of RGB (Red+Green+Blue) = 220+241+35=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF123 is #230EDC. Grayscale: #D4D4D4. Windows color (decimal): -2297565 or 2355676. OLE color: 2355676.
HSL color Cylindrical-coordinate representation of color #DCF123: hue angle of 66.12º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCF123 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 35 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.12º | 0.88% | 0.54% | - |
| HSV(B) | 66.12º | 0.85% | 0.95% | - |
| XYZ | 61.27 | 78.25 | 13.46 | - |
| YUV | 211.24 | 28.54 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 35 | 0.09 | 0 | 0.85 | 0.05 | 66.12 | 0.88 | 0.54 |
| Hex | DC | F1 | 23 | 9 | 0 | 55 | 5 | 42 | 58 | 36 |
| Octal | 334 | 361 | 43 | 11 | 0 | 125 | 5 | 102 | 130 | 66 |
| Binary | 11011100 | 11110001 | 100011 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011000 | 110110 |
Color Harmonies of #DCF123
Complementary color
Monochromatic Colors of #DCF123
Black with #DCF123
Text Example
Text Example
White with #DCF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF123; }
p { color: rgb(220,241,35); }
H1.HeaderClassName
{
color: #DCF123;
}
.AnyTagClassName
{
color: #DCF123;
}
</style>
background-color css
<style>
a { background-color: #DCF123; }
a { background-color: rgb(220,241,35); }
div.DivClassName
{
background-color: #DCF123;
}
.BgClassName
{
background-color: #DCF123;
}
</style>
border-color css
<style>
span { border-color: #DCF123; }
span { border-color: rgb(220,241,35); }
td.TdClassName
{
border-color: #DCF123;
}
.TagClassName
{
border-color: #DCF123;
}
</style>