Shades of Pear #DCEE25
Tints of Pear #DCEE25
RGB
CMYK
RGB Variations
Color information
#DCEE25 (or 0xDCEE25) is known color: Pear. HEX triplet: DC, EE and 25. RGB value is (220,238,37). Sum of RGB (Red+Green+Blue) = 220+238+37=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE25 is #2311DA. Grayscale: #D2D2D2. Windows color (decimal): -2298331 or 2485980. OLE color: 2485980.
HSL color Cylindrical-coordinate representation of color #DCEE25: hue angle of 65.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCEE25 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 37 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.07 |
| HSL | 65.37º | 0.86% | 0.54% | - |
| HSV(B) | 65.37º | 0.84% | 0.93% | - |
| XYZ | 60.42 | 76.5 | 13.33 | - |
| YUV | 209.7 | 30.54 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 37 | 0.08 | 0 | 0.84 | 0.07 | 65.37 | 0.86 | 0.54 |
| Hex | DC | EE | 25 | 8 | 0 | 54 | 7 | 41 | 56 | 36 |
| Octal | 334 | 356 | 45 | 10 | 0 | 124 | 7 | 101 | 126 | 66 |
| Binary | 11011100 | 11101110 | 100101 | 1000 | 0 | 1010100 | 111 | 1000001 | 1010110 | 110110 |
Color Harmonies of #DCEE25
Complementary color
Monochromatic Colors of #DCEE25
Black with #DCEE25
Text Example
Text Example
White with #DCEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE25; }
p { color: rgb(220,238,37); }
H1.HeaderClassName
{
color: #DCEE25;
}
.AnyTagClassName
{
color: #DCEE25;
}
</style>
background-color css
<style>
a { background-color: #DCEE25; }
a { background-color: rgb(220,238,37); }
div.DivClassName
{
background-color: #DCEE25;
}
.BgClassName
{
background-color: #DCEE25;
}
</style>
border-color css
<style>
span { border-color: #DCEE25; }
span { border-color: rgb(220,238,37); }
td.TdClassName
{
border-color: #DCEE25;
}
.TagClassName
{
border-color: #DCEE25;
}
</style>