Shades of Pear #CDE32C
Tints of Pear #CDE32C
RGB
CMYK
RGB Variations
Color information
#CDE32C (or 0xCDE32C) is known color: Pear. HEX triplet: CD, E3 and 2C. RGB value is (205,227,44). Sum of RGB (Red+Green+Blue) = 205+227+44=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE32C is #321CD3. Grayscale: #C8C8C8. Windows color (decimal): -3284180 or 2941901. OLE color: 2941901.
HSL color Cylindrical-coordinate representation of color #CDE32C: hue angle of 67.21º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE32C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 44 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.11 |
| HSL | 67.21º | 0.77% | 0.53% | - |
| HSV(B) | 67.21º | 0.81% | 0.89% | - |
| XYZ | 53.1 | 68.1 | 12.73 | - |
| YUV | 199.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 44 | 0.10 | 0 | 0.81 | 0.11 | 67.21 | 0.77 | 0.53 |
| Hex | CD | E3 | 2C | A | 0 | 51 | B | 43 | 4D | 35 |
| Octal | 315 | 343 | 54 | 12 | 0 | 121 | 13 | 103 | 115 | 65 |
| Binary | 11001101 | 11100011 | 101100 | 1010 | 0 | 1010001 | 1011 | 1000011 | 1001101 | 110101 |
Color Harmonies of #CDE32C
Complementary color
Monochromatic Colors of #CDE32C
Black with #CDE32C
Text Example
Text Example
White with #CDE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE32C; }
p { color: rgb(205,227,44); }
H1.HeaderClassName
{
color: #CDE32C;
}
.AnyTagClassName
{
color: #CDE32C;
}
</style>
background-color css
<style>
a { background-color: #CDE32C; }
a { background-color: rgb(205,227,44); }
div.DivClassName
{
background-color: #CDE32C;
}
.BgClassName
{
background-color: #CDE32C;
}
</style>
border-color css
<style>
span { border-color: #CDE32C; }
span { border-color: rgb(205,227,44); }
td.TdClassName
{
border-color: #CDE32C;
}
.TagClassName
{
border-color: #CDE32C;
}
</style>