Shades of Pear #CEDE2B
Tints of Pear #CEDE2B
RGB
CMYK
RGB Variations
Color information
#CEDE2B (or 0xCEDE2B) is known color: Pear. HEX triplet: CE, DE and 2B. RGB value is (206,222,43). Sum of RGB (Red+Green+Blue) = 206+222+43=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE2B is #3121D4. Grayscale: #C5C5C5. Windows color (decimal): -3219925 or 2875086. OLE color: 2875086.
HSL color Cylindrical-coordinate representation of color #CEDE2B: hue angle of 65.36º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEDE2B is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 43 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.13 |
| HSL | 65.36º | 0.73% | 0.52% | - |
| HSV(B) | 65.36º | 0.81% | 0.87% | - |
| XYZ | 52.01 | 65.54 | 12.19 | - |
| YUV | 196.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 43 | 0.07 | 0 | 0.81 | 0.13 | 65.36 | 0.73 | 0.52 |
| Hex | CE | DE | 2B | 7 | 0 | 51 | D | 41 | 49 | 34 |
| Octal | 316 | 336 | 53 | 7 | 0 | 121 | 15 | 101 | 111 | 64 |
| Binary | 11001110 | 11011110 | 101011 | 111 | 0 | 1010001 | 1101 | 1000001 | 1001001 | 110100 |
Color Harmonies of #CEDE2B
Complementary color
Monochromatic Colors of #CEDE2B
Black with #CEDE2B
Text Example
Text Example
White with #CEDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE2B; }
p { color: rgb(206,222,43); }
H1.HeaderClassName
{
color: #CEDE2B;
}
.AnyTagClassName
{
color: #CEDE2B;
}
</style>
background-color css
<style>
a { background-color: #CEDE2B; }
a { background-color: rgb(206,222,43); }
div.DivClassName
{
background-color: #CEDE2B;
}
.BgClassName
{
background-color: #CEDE2B;
}
</style>
border-color css
<style>
span { border-color: #CEDE2B; }
span { border-color: rgb(206,222,43); }
td.TdClassName
{
border-color: #CEDE2B;
}
.TagClassName
{
border-color: #CEDE2B;
}
</style>