Shades of Pear #DCEF33
Tints of Pear #DCEF33
RGB
CMYK
RGB Variations
Color information
#DCEF33 (or 0xDCEF33) is known color: Pear. HEX triplet: DC, EF and 33. RGB value is (220,239,51). Sum of RGB (Red+Green+Blue) = 220+239+51=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF33 is #2310CC. Grayscale: #D4D4D4. Windows color (decimal): -2298061 or 3403740. OLE color: 3403740.
HSL color Cylindrical-coordinate representation of color #DCEF33: hue angle of 66.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCEF33 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 51 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.06 |
| HSL | 66.06º | 0.85% | 0.57% | - |
| HSV(B) | 66.06º | 0.79% | 0.94% | - |
| XYZ | 60.98 | 77.19 | 14.82 | - |
| YUV | 211.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 51 | 0.08 | 0 | 0.79 | 0.06 | 66.06 | 0.85 | 0.57 |
| Hex | DC | EF | 33 | 8 | 0 | 4F | 6 | 42 | 55 | 39 |
| Octal | 334 | 357 | 63 | 10 | 0 | 117 | 6 | 102 | 125 | 71 |
| Binary | 11011100 | 11101111 | 110011 | 1000 | 0 | 1001111 | 110 | 1000010 | 1010101 | 111001 |
Color Harmonies of #DCEF33
Complementary color
Monochromatic Colors of #DCEF33
Black with #DCEF33
Text Example
Text Example
White with #DCEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF33; }
p { color: rgb(220,239,51); }
H1.HeaderClassName
{
color: #DCEF33;
}
.AnyTagClassName
{
color: #DCEF33;
}
</style>
background-color css
<style>
a { background-color: #DCEF33; }
a { background-color: rgb(220,239,51); }
div.DivClassName
{
background-color: #DCEF33;
}
.BgClassName
{
background-color: #DCEF33;
}
</style>
border-color css
<style>
span { border-color: #DCEF33; }
span { border-color: rgb(220,239,51); }
td.TdClassName
{
border-color: #DCEF33;
}
.TagClassName
{
border-color: #DCEF33;
}
</style>