Shades of Pear #CDEB16
Tints of Pear #CDEB16
RGB
CMYK
RGB Variations
Color information
#CDEB16 (or 0xCDEB16) is known color: Pear. HEX triplet: CD, EB and 16. RGB value is (205,235,22). Sum of RGB (Red+Green+Blue) = 205+235+22=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEB16 is #3214E9. Grayscale: #CACACA. Windows color (decimal): -3282154 or 1502157. OLE color: 1502157.
HSL color Cylindrical-coordinate representation of color #CDEB16: hue angle of 68.45º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDEB16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.08 |
| HSL | 68.45º | 0.84% | 0.5% | - |
| HSV(B) | 68.45º | 0.91% | 0.92% | - |
| XYZ | 55.03 | 72.45 | 11.84 | - |
| YUV | 201.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 22 | 0.13 | 0 | 0.91 | 0.08 | 68.45 | 0.84 | 0.5 |
| Hex | CD | EB | 16 | D | 0 | 5B | 8 | 44 | 54 | 32 |
| Octal | 315 | 353 | 26 | 15 | 0 | 133 | 10 | 104 | 124 | 62 |
| Binary | 11001101 | 11101011 | 10110 | 1101 | 0 | 1011011 | 1000 | 1000100 | 1010100 | 110010 |
Color Harmonies of #CDEB16
Complementary color
Monochromatic Colors of #CDEB16
Black with #CDEB16
Text Example
Text Example
White with #CDEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB16; }
p { color: rgb(205,235,22); }
H1.HeaderClassName
{
color: #CDEB16;
}
.AnyTagClassName
{
color: #CDEB16;
}
</style>
background-color css
<style>
a { background-color: #CDEB16; }
a { background-color: rgb(205,235,22); }
div.DivClassName
{
background-color: #CDEB16;
}
.BgClassName
{
background-color: #CDEB16;
}
</style>
border-color css
<style>
span { border-color: #CDEB16; }
span { border-color: rgb(205,235,22); }
td.TdClassName
{
border-color: #CDEB16;
}
.TagClassName
{
border-color: #CDEB16;
}
</style>