Shades of Pear #CDEB43
Tints of Pear #CDEB43
RGB
CMYK
RGB Variations
Color information
#CDEB43 (or 0xCDEB43) is known color: Pear. HEX triplet: CD, EB and 43. RGB value is (205,235,67). Sum of RGB (Red+Green+Blue) = 205+235+67=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 67 (26.56% from 255 or 13.21% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEB43 is #3214BC. Grayscale: #CFCFCF. Windows color (decimal): -3282109 or 4451277. OLE color: 4451277.
HSL color Cylindrical-coordinate representation of color #CDEB43: hue angle of 70.71º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDEB43 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 67 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.08 |
| HSL | 70.71º | 0.81% | 0.59% | - |
| HSV(B) | 70.71º | 0.71% | 0.92% | - |
| XYZ | 55.9 | 72.8 | 16.42 | - |
| YUV | 206.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 67 | 0.13 | 0 | 0.71 | 0.08 | 70.71 | 0.81 | 0.59 |
| Hex | CD | EB | 43 | D | 0 | 47 | 8 | 47 | 51 | 3B |
| Octal | 315 | 353 | 103 | 15 | 0 | 107 | 10 | 107 | 121 | 73 |
| Binary | 11001101 | 11101011 | 1000011 | 1101 | 0 | 1000111 | 1000 | 1000111 | 1010001 | 111011 |
Color Harmonies of #CDEB43
Complementary color
Monochromatic Colors of #CDEB43
Black with #CDEB43
Text Example
Text Example
White with #CDEB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB43; }
p { color: rgb(205,235,67); }
H1.HeaderClassName
{
color: #CDEB43;
}
.AnyTagClassName
{
color: #CDEB43;
}
</style>
background-color css
<style>
a { background-color: #CDEB43; }
a { background-color: rgb(205,235,67); }
div.DivClassName
{
background-color: #CDEB43;
}
.BgClassName
{
background-color: #CDEB43;
}
</style>
border-color css
<style>
span { border-color: #CDEB43; }
span { border-color: rgb(205,235,67); }
td.TdClassName
{
border-color: #CDEB43;
}
.TagClassName
{
border-color: #CDEB43;
}
</style>