Shades of Pear #DCF142
Tints of Pear #DCF142
RGB
CMYK
RGB Variations
Color information
#DCF142 (or 0xDCF142) is known color: Pear. HEX triplet: DC, F1 and 42. RGB value is (220,241,66). Sum of RGB (Red+Green+Blue) = 220+241+66=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF142 is #230EBD. Grayscale: #D7D7D7. Windows color (decimal): -2297534 or 4387292. OLE color: 4387292.
HSL color Cylindrical-coordinate representation of color #DCF142: hue angle of 67.2º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCF142 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 66 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.05 |
| HSL | 67.2º | 0.86% | 0.6% | - |
| HSV(B) | 67.2º | 0.73% | 0.95% | - |
| XYZ | 61.95 | 78.52 | 17.04 | - |
| YUV | 214.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 66 | 0.09 | 0 | 0.73 | 0.05 | 67.2 | 0.86 | 0.6 |
| Hex | DC | F1 | 42 | 9 | 0 | 49 | 5 | 43 | 56 | 3C |
| Octal | 334 | 361 | 102 | 11 | 0 | 111 | 5 | 103 | 126 | 74 |
| Binary | 11011100 | 11110001 | 1000010 | 1001 | 0 | 1001001 | 101 | 1000011 | 1010110 | 111100 |
Color Harmonies of #DCF142
Complementary color
Monochromatic Colors of #DCF142
Black with #DCF142
Text Example
Text Example
White with #DCF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF142; }
p { color: rgb(220,241,66); }
H1.HeaderClassName
{
color: #DCF142;
}
.AnyTagClassName
{
color: #DCF142;
}
</style>
background-color css
<style>
a { background-color: #DCF142; }
a { background-color: rgb(220,241,66); }
div.DivClassName
{
background-color: #DCF142;
}
.BgClassName
{
background-color: #DCF142;
}
</style>
border-color css
<style>
span { border-color: #DCF142; }
span { border-color: rgb(220,241,66); }
td.TdClassName
{
border-color: #DCF142;
}
.TagClassName
{
border-color: #DCF142;
}
</style>