Shades of Pear #DCEF1B
Tints of Pear #DCEF1B
RGB
CMYK
RGB Variations
Color information
#DCEF1B (or 0xDCEF1B) is known color: Pear. HEX triplet: DC, EF and 1B. RGB value is (220,239,27). Sum of RGB (Red+Green+Blue) = 220+239+27=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF1B is #2310E4. Grayscale: #D1D1D1. Windows color (decimal): -2298085 or 1830876. OLE color: 1830876.
HSL color Cylindrical-coordinate representation of color #DCEF1B: hue angle of 65.38º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCEF1B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 27 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.06 |
| HSL | 65.38º | 0.87% | 0.52% | - |
| HSV(B) | 65.38º | 0.89% | 0.94% | - |
| XYZ | 60.58 | 77.03 | 12.71 | - |
| YUV | 209.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 27 | 0.08 | 0 | 0.89 | 0.06 | 65.38 | 0.87 | 0.52 |
| Hex | DC | EF | 1B | 8 | 0 | 59 | 6 | 41 | 57 | 34 |
| Octal | 334 | 357 | 33 | 10 | 0 | 131 | 6 | 101 | 127 | 64 |
| Binary | 11011100 | 11101111 | 11011 | 1000 | 0 | 1011001 | 110 | 1000001 | 1010111 | 110100 |
Color Harmonies of #DCEF1B
Complementary color
Monochromatic Colors of #DCEF1B
Black with #DCEF1B
Text Example
Text Example
White with #DCEF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF1B; }
p { color: rgb(220,239,27); }
H1.HeaderClassName
{
color: #DCEF1B;
}
.AnyTagClassName
{
color: #DCEF1B;
}
</style>
background-color css
<style>
a { background-color: #DCEF1B; }
a { background-color: rgb(220,239,27); }
div.DivClassName
{
background-color: #DCEF1B;
}
.BgClassName
{
background-color: #DCEF1B;
}
</style>
border-color css
<style>
span { border-color: #DCEF1B; }
span { border-color: rgb(220,239,27); }
td.TdClassName
{
border-color: #DCEF1B;
}
.TagClassName
{
border-color: #DCEF1B;
}
</style>