Shades of Pear #CDE534
Tints of Pear #CDE534
RGB
CMYK
RGB Variations
Color information
#CDE534 (or 0xCDE534) is known color: Pear. HEX triplet: CD, E5 and 34. RGB value is (205,229,52). Sum of RGB (Red+Green+Blue) = 205+229+52=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE534 is #321ACB. Grayscale: #CACACA. Windows color (decimal): -3283660 or 3466701. OLE color: 3466701.
HSL color Cylindrical-coordinate representation of color #CDE534: hue angle of 68.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDE534 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 52 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.10 |
| HSL | 68.14º | 0.77% | 0.55% | - |
| HSV(B) | 68.14º | 0.77% | 0.9% | - |
| XYZ | 53.82 | 69.27 | 13.78 | - |
| YUV | 201.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 52 | 0.10 | 0 | 0.77 | 0.10 | 68.14 | 0.77 | 0.55 |
| Hex | CD | E5 | 34 | A | 0 | 4D | A | 44 | 4D | 37 |
| Octal | 315 | 345 | 64 | 12 | 0 | 115 | 12 | 104 | 115 | 67 |
| Binary | 11001101 | 11100101 | 110100 | 1010 | 0 | 1001101 | 1010 | 1000100 | 1001101 | 110111 |
Color Harmonies of #CDE534
Complementary color
Monochromatic Colors of #CDE534
Black with #CDE534
Text Example
Text Example
White with #CDE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE534; }
p { color: rgb(205,229,52); }
H1.HeaderClassName
{
color: #CDE534;
}
.AnyTagClassName
{
color: #CDE534;
}
</style>
background-color css
<style>
a { background-color: #CDE534; }
a { background-color: rgb(205,229,52); }
div.DivClassName
{
background-color: #CDE534;
}
.BgClassName
{
background-color: #CDE534;
}
</style>
border-color css
<style>
span { border-color: #CDE534; }
span { border-color: rgb(205,229,52); }
td.TdClassName
{
border-color: #CDE534;
}
.TagClassName
{
border-color: #CDE534;
}
</style>