Shades of Pear #CEDE33
Tints of Pear #CEDE33
RGB
CMYK
RGB Variations
Color information
#CEDE33 (or 0xCEDE33) is known color: Pear. HEX triplet: CE, DE and 33. RGB value is (206,222,51). Sum of RGB (Red+Green+Blue) = 206+222+51=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE33 is #3121CC. Grayscale: #C6C6C6. Windows color (decimal): -3219917 or 3399374. OLE color: 3399374.
HSL color Cylindrical-coordinate representation of color #CEDE33: hue angle of 65.61º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEDE33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 51 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.13 |
| HSL | 65.61º | 0.72% | 0.54% | - |
| HSV(B) | 65.61º | 0.77% | 0.87% | - |
| XYZ | 52.17 | 65.6 | 13.04 | - |
| YUV | 197.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 51 | 0.07 | 0 | 0.77 | 0.13 | 65.61 | 0.72 | 0.54 |
| Hex | CE | DE | 33 | 7 | 0 | 4D | D | 42 | 48 | 36 |
| Octal | 316 | 336 | 63 | 7 | 0 | 115 | 15 | 102 | 110 | 66 |
| Binary | 11001110 | 11011110 | 110011 | 111 | 0 | 1001101 | 1101 | 1000010 | 1001000 | 110110 |
Color Harmonies of #CEDE33
Complementary color
Monochromatic Colors of #CEDE33
Black with #CEDE33
Text Example
Text Example
White with #CEDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE33; }
p { color: rgb(206,222,51); }
H1.HeaderClassName
{
color: #CEDE33;
}
.AnyTagClassName
{
color: #CEDE33;
}
</style>
background-color css
<style>
a { background-color: #CEDE33; }
a { background-color: rgb(206,222,51); }
div.DivClassName
{
background-color: #CEDE33;
}
.BgClassName
{
background-color: #CEDE33;
}
</style>
border-color css
<style>
span { border-color: #CEDE33; }
span { border-color: rgb(206,222,51); }
td.TdClassName
{
border-color: #CEDE33;
}
.TagClassName
{
border-color: #CEDE33;
}
</style>