Shades of Pear #CEED43
Tints of Pear #CEED43
RGB
CMYK
RGB Variations
Color information
#CEED43 (or 0xCEED43) is known color: Pear. HEX triplet: CE, ED and 43. RGB value is (206,237,67). Sum of RGB (Red+Green+Blue) = 206+237+67=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED43 is #3112BC. Grayscale: #D1D1D1. Windows color (decimal): -3216061 or 4451790. OLE color: 4451790.
HSL color Cylindrical-coordinate representation of color #CEED43: hue angle of 70.94º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEED43 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 67 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.07 |
| HSL | 70.94º | 0.83% | 0.6% | - |
| HSV(B) | 70.94º | 0.72% | 0.93% | - |
| XYZ | 56.75 | 74.1 | 16.62 | - |
| YUV | 208.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 67 | 0.13 | 0 | 0.72 | 0.07 | 70.94 | 0.83 | 0.6 |
| Hex | CE | ED | 43 | D | 0 | 48 | 7 | 47 | 53 | 3C |
| Octal | 316 | 355 | 103 | 15 | 0 | 110 | 7 | 107 | 123 | 74 |
| Binary | 11001110 | 11101101 | 1000011 | 1101 | 0 | 1001000 | 111 | 1000111 | 1010011 | 111100 |
Color Harmonies of #CEED43
Complementary color
Monochromatic Colors of #CEED43
Black with #CEED43
Text Example
Text Example
White with #CEED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED43; }
p { color: rgb(206,237,67); }
H1.HeaderClassName
{
color: #CEED43;
}
.AnyTagClassName
{
color: #CEED43;
}
</style>
background-color css
<style>
a { background-color: #CEED43; }
a { background-color: rgb(206,237,67); }
div.DivClassName
{
background-color: #CEED43;
}
.BgClassName
{
background-color: #CEED43;
}
</style>
border-color css
<style>
span { border-color: #CEED43; }
span { border-color: rgb(206,237,67); }
td.TdClassName
{
border-color: #CEED43;
}
.TagClassName
{
border-color: #CEED43;
}
</style>