Shades of Pear #CDEB31
Tints of Pear #CDEB31
RGB
CMYK
RGB Variations
Color information
#CDEB31 (or 0xCDEB31) is known color: Pear. HEX triplet: CD, EB and 31. RGB value is (205,235,49). Sum of RGB (Red+Green+Blue) = 205+235+49=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEB31 is #3214CE. Grayscale: #CDCDCD. Windows color (decimal): -3282127 or 3271629. OLE color: 3271629.
HSL color Cylindrical-coordinate representation of color #CDEB31: hue angle of 69.68º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDEB31 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 49 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.08 |
| HSL | 69.68º | 0.82% | 0.56% | - |
| HSV(B) | 69.68º | 0.79% | 0.92% | - |
| XYZ | 55.44 | 72.62 | 14 | - |
| YUV | 204.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 49 | 0.13 | 0 | 0.79 | 0.08 | 69.68 | 0.82 | 0.56 |
| Hex | CD | EB | 31 | D | 0 | 4F | 8 | 46 | 52 | 38 |
| Octal | 315 | 353 | 61 | 15 | 0 | 117 | 10 | 106 | 122 | 70 |
| Binary | 11001101 | 11101011 | 110001 | 1101 | 0 | 1001111 | 1000 | 1000110 | 1010010 | 111000 |
Color Harmonies of #CDEB31
Complementary color
Monochromatic Colors of #CDEB31
Black with #CDEB31
Text Example
Text Example
White with #CDEB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB31; }
p { color: rgb(205,235,49); }
H1.HeaderClassName
{
color: #CDEB31;
}
.AnyTagClassName
{
color: #CDEB31;
}
</style>
background-color css
<style>
a { background-color: #CDEB31; }
a { background-color: rgb(205,235,49); }
div.DivClassName
{
background-color: #CDEB31;
}
.BgClassName
{
background-color: #CDEB31;
}
</style>
border-color css
<style>
span { border-color: #CDEB31; }
span { border-color: rgb(205,235,49); }
td.TdClassName
{
border-color: #CDEB31;
}
.TagClassName
{
border-color: #CDEB31;
}
</style>