Shades of Pear #CEDD25
Tints of Pear #CEDD25
RGB
CMYK
RGB Variations
Color information
#CEDD25 (or 0xCEDD25) is known color: Pear. HEX triplet: CE, DD and 25. RGB value is (206,221,37). Sum of RGB (Red+Green+Blue) = 206+221+37=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD25 is #3122DA. Grayscale: #C4C4C4. Windows color (decimal): -3220187 or 2481614. OLE color: 2481614.
HSL color Cylindrical-coordinate representation of color #CEDD25: hue angle of 64.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEDD25 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 37 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.13 |
| HSL | 64.89º | 0.73% | 0.51% | - |
| HSV(B) | 64.89º | 0.83% | 0.87% | - |
| XYZ | 51.64 | 64.97 | 11.57 | - |
| YUV | 195.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 37 | 0.07 | 0 | 0.83 | 0.13 | 64.89 | 0.73 | 0.51 |
| Hex | CE | DD | 25 | 7 | 0 | 53 | D | 41 | 49 | 33 |
| Octal | 316 | 335 | 45 | 7 | 0 | 123 | 15 | 101 | 111 | 63 |
| Binary | 11001110 | 11011101 | 100101 | 111 | 0 | 1010011 | 1101 | 1000001 | 1001001 | 110011 |
Color Harmonies of #CEDD25
Complementary color
Monochromatic Colors of #CEDD25
Black with #CEDD25
Text Example
Text Example
White with #CEDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD25; }
p { color: rgb(206,221,37); }
H1.HeaderClassName
{
color: #CEDD25;
}
.AnyTagClassName
{
color: #CEDD25;
}
</style>
background-color css
<style>
a { background-color: #CEDD25; }
a { background-color: rgb(206,221,37); }
div.DivClassName
{
background-color: #CEDD25;
}
.BgClassName
{
background-color: #CEDD25;
}
</style>
border-color css
<style>
span { border-color: #CEDD25; }
span { border-color: rgb(206,221,37); }
td.TdClassName
{
border-color: #CEDD25;
}
.TagClassName
{
border-color: #CEDD25;
}
</style>