Shades of Pear #DCF122
Tints of Pear #DCF122
RGB
CMYK
RGB Variations
Color information
#DCF122 (or 0xDCF122) is known color: Pear. HEX triplet: DC, F1 and 22. RGB value is (220,241,34). Sum of RGB (Red+Green+Blue) = 220+241+34=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF122 is #230EDD. Grayscale: #D3D3D3. Windows color (decimal): -2297566 or 2290140. OLE color: 2290140.
HSL color Cylindrical-coordinate representation of color #DCF122: hue angle of 66.09º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCF122 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 34 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.09º | 0.88% | 0.54% | - |
| HSV(B) | 66.09º | 0.86% | 0.95% | - |
| XYZ | 61.26 | 78.24 | 13.39 | - |
| YUV | 211.12 | 28.04 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 34 | 0.09 | 0 | 0.86 | 0.05 | 66.09 | 0.88 | 0.54 |
| Hex | DC | F1 | 22 | 9 | 0 | 56 | 5 | 42 | 58 | 36 |
| Octal | 334 | 361 | 42 | 11 | 0 | 126 | 5 | 102 | 130 | 66 |
| Binary | 11011100 | 11110001 | 100010 | 1001 | 0 | 1010110 | 101 | 1000010 | 1011000 | 110110 |
Color Harmonies of #DCF122
Complementary color
Monochromatic Colors of #DCF122
Black with #DCF122
Text Example
Text Example
White with #DCF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF122; }
p { color: rgb(220,241,34); }
H1.HeaderClassName
{
color: #DCF122;
}
.AnyTagClassName
{
color: #DCF122;
}
</style>
background-color css
<style>
a { background-color: #DCF122; }
a { background-color: rgb(220,241,34); }
div.DivClassName
{
background-color: #DCF122;
}
.BgClassName
{
background-color: #DCF122;
}
</style>
border-color css
<style>
span { border-color: #DCF122; }
span { border-color: rgb(220,241,34); }
td.TdClassName
{
border-color: #DCF122;
}
.TagClassName
{
border-color: #DCF122;
}
</style>