Shades of Pear #DCEF26
Tints of Pear #DCEF26
RGB
CMYK
RGB Variations
Color information
#DCEF26 (or 0xDCEF26) is known color: Pear. HEX triplet: DC, EF and 26. RGB value is (220,239,38). Sum of RGB (Red+Green+Blue) = 220+239+38=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF26 is #2310D9. Grayscale: #D3D3D3. Windows color (decimal): -2298074 or 2551772. OLE color: 2551772.
HSL color Cylindrical-coordinate representation of color #DCEF26: hue angle of 65.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCEF26 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 38 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.06 |
| HSL | 65.67º | 0.86% | 0.54% | - |
| HSV(B) | 65.67º | 0.84% | 0.94% | - |
| XYZ | 60.73 | 77.09 | 13.51 | - |
| YUV | 210.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 38 | 0.08 | 0 | 0.84 | 0.06 | 65.67 | 0.86 | 0.54 |
| Hex | DC | EF | 26 | 8 | 0 | 54 | 6 | 42 | 56 | 36 |
| Octal | 334 | 357 | 46 | 10 | 0 | 124 | 6 | 102 | 126 | 66 |
| Binary | 11011100 | 11101111 | 100110 | 1000 | 0 | 1010100 | 110 | 1000010 | 1010110 | 110110 |
Color Harmonies of #DCEF26
Complementary color
Monochromatic Colors of #DCEF26
Black with #DCEF26
Text Example
Text Example
White with #DCEF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF26; }
p { color: rgb(220,239,38); }
H1.HeaderClassName
{
color: #DCEF26;
}
.AnyTagClassName
{
color: #DCEF26;
}
</style>
background-color css
<style>
a { background-color: #DCEF26; }
a { background-color: rgb(220,239,38); }
div.DivClassName
{
background-color: #DCEF26;
}
.BgClassName
{
background-color: #DCEF26;
}
</style>
border-color css
<style>
span { border-color: #DCEF26; }
span { border-color: rgb(220,239,38); }
td.TdClassName
{
border-color: #DCEF26;
}
.TagClassName
{
border-color: #DCEF26;
}
</style>