Shades of Pear #CEDE37
Tints of Pear #CEDE37
RGB
CMYK
RGB Variations
Color information
#CEDE37 (or 0xCEDE37) is known color: Pear. HEX triplet: CE, DE and 37. RGB value is (206,222,55). Sum of RGB (Red+Green+Blue) = 206+222+55=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE37 is #3121C8. Grayscale: #C6C6C6. Windows color (decimal): -3219913 or 3661518. OLE color: 3661518.
HSL color Cylindrical-coordinate representation of color #CEDE37: hue angle of 65.75º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEDE37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.13 |
| HSL | 65.75º | 0.72% | 0.54% | - |
| HSV(B) | 65.75º | 0.75% | 0.87% | - |
| XYZ | 52.26 | 65.64 | 13.53 | - |
| YUV | 198.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 55 | 0.07 | 0 | 0.75 | 0.13 | 65.75 | 0.72 | 0.54 |
| Hex | CE | DE | 37 | 7 | 0 | 4B | D | 42 | 48 | 36 |
| Octal | 316 | 336 | 67 | 7 | 0 | 113 | 15 | 102 | 110 | 66 |
| Binary | 11001110 | 11011110 | 110111 | 111 | 0 | 1001011 | 1101 | 1000010 | 1001000 | 110110 |
Color Harmonies of #CEDE37
Complementary color
Monochromatic Colors of #CEDE37
Black with #CEDE37
Text Example
Text Example
White with #CEDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE37; }
p { color: rgb(206,222,55); }
H1.HeaderClassName
{
color: #CEDE37;
}
.AnyTagClassName
{
color: #CEDE37;
}
</style>
background-color css
<style>
a { background-color: #CEDE37; }
a { background-color: rgb(206,222,55); }
div.DivClassName
{
background-color: #CEDE37;
}
.BgClassName
{
background-color: #CEDE37;
}
</style>
border-color css
<style>
span { border-color: #CEDE37; }
span { border-color: rgb(206,222,55); }
td.TdClassName
{
border-color: #CEDE37;
}
.TagClassName
{
border-color: #CEDE37;
}
</style>