Shades of Pear #CDEA32
Tints of Pear #CDEA32
RGB
CMYK
RGB Variations
Color information
#CDEA32 (or 0xCDEA32) is known color: Pear. HEX triplet: CD, EA and 32. RGB value is (205,234,50). Sum of RGB (Red+Green+Blue) = 205+234+50=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEA32 is #3215CD. Grayscale: #CDCDCD. Windows color (decimal): -3282382 or 3336909. OLE color: 3336909.
HSL color Cylindrical-coordinate representation of color #CDEA32: hue angle of 69.46º degrees, saturation: 0.81, 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 #CDEA32 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.08 |
| HSL | 69.46º | 0.81% | 0.56% | - |
| HSV(B) | 69.46º | 0.79% | 0.92% | - |
| XYZ | 55.18 | 72.06 | 14.02 | - |
| YUV | 204.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 50 | 0.12 | 0 | 0.79 | 0.08 | 69.46 | 0.81 | 0.56 |
| Hex | CD | EA | 32 | C | 0 | 4F | 8 | 45 | 51 | 38 |
| Octal | 315 | 352 | 62 | 14 | 0 | 117 | 10 | 105 | 121 | 70 |
| Binary | 11001101 | 11101010 | 110010 | 1100 | 0 | 1001111 | 1000 | 1000101 | 1010001 | 111000 |
Color Harmonies of #CDEA32
Complementary color
Monochromatic Colors of #CDEA32
Black with #CDEA32
Text Example
Text Example
White with #CDEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA32; }
p { color: rgb(205,234,50); }
H1.HeaderClassName
{
color: #CDEA32;
}
.AnyTagClassName
{
color: #CDEA32;
}
</style>
background-color css
<style>
a { background-color: #CDEA32; }
a { background-color: rgb(205,234,50); }
div.DivClassName
{
background-color: #CDEA32;
}
.BgClassName
{
background-color: #CDEA32;
}
</style>
border-color css
<style>
span { border-color: #CDEA32; }
span { border-color: rgb(205,234,50); }
td.TdClassName
{
border-color: #CDEA32;
}
.TagClassName
{
border-color: #CDEA32;
}
</style>