Shades of Pear #CDE12B
Tints of Pear #CDE12B
RGB
CMYK
RGB Variations
Color information
#CDE12B (or 0xCDE12B) is known color: Pear. HEX triplet: CD, E1 and 2B. RGB value is (205,225,43). Sum of RGB (Red+Green+Blue) = 205+225+43=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE12B is #321ED4. Grayscale: #C6C6C6. Windows color (decimal): -3284693 or 2875853. OLE color: 2875853.
HSL color Cylindrical-coordinate representation of color #CDE12B: hue angle of 66.59º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE12B is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 43 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.12 |
| HSL | 66.59º | 0.75% | 0.53% | - |
| HSV(B) | 66.59º | 0.81% | 0.88% | - |
| XYZ | 52.54 | 67 | 12.45 | - |
| YUV | 198.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 43 | 0.09 | 0 | 0.81 | 0.12 | 66.59 | 0.75 | 0.53 |
| Hex | CD | E1 | 2B | 9 | 0 | 51 | C | 43 | 4B | 35 |
| Octal | 315 | 341 | 53 | 11 | 0 | 121 | 14 | 103 | 113 | 65 |
| Binary | 11001101 | 11100001 | 101011 | 1001 | 0 | 1010001 | 1100 | 1000011 | 1001011 | 110101 |
Color Harmonies of #CDE12B
Complementary color
Monochromatic Colors of #CDE12B
Black with #CDE12B
Text Example
Text Example
White with #CDE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE12B; }
p { color: rgb(205,225,43); }
H1.HeaderClassName
{
color: #CDE12B;
}
.AnyTagClassName
{
color: #CDE12B;
}
</style>
background-color css
<style>
a { background-color: #CDE12B; }
a { background-color: rgb(205,225,43); }
div.DivClassName
{
background-color: #CDE12B;
}
.BgClassName
{
background-color: #CDE12B;
}
</style>
border-color css
<style>
span { border-color: #CDE12B; }
span { border-color: rgb(205,225,43); }
td.TdClassName
{
border-color: #CDE12B;
}
.TagClassName
{
border-color: #CDE12B;
}
</style>