Shades of Pear #CDE130
Tints of Pear #CDE130
RGB
CMYK
RGB Variations
Color information
#CDE130 (or 0xCDE130) is known color: Pear. HEX triplet: CD, E1 and 30. RGB value is (205,225,48). Sum of RGB (Red+Green+Blue) = 205+225+48=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE130 is #321ECF. Grayscale: #C7C7C7. Windows color (decimal): -3284688 or 3203533. OLE color: 3203533.
HSL color Cylindrical-coordinate representation of color #CDE130: hue angle of 66.78º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDE130 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 48 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.12 |
| HSL | 66.78º | 0.75% | 0.54% | - |
| HSV(B) | 66.78º | 0.79% | 0.88% | - |
| XYZ | 52.64 | 67.04 | 12.96 | - |
| YUV | 198.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 48 | 0.09 | 0 | 0.79 | 0.12 | 66.78 | 0.75 | 0.54 |
| Hex | CD | E1 | 30 | 9 | 0 | 4F | C | 43 | 4B | 36 |
| Octal | 315 | 341 | 60 | 11 | 0 | 117 | 14 | 103 | 113 | 66 |
| Binary | 11001101 | 11100001 | 110000 | 1001 | 0 | 1001111 | 1100 | 1000011 | 1001011 | 110110 |
Color Harmonies of #CDE130
Complementary color
Monochromatic Colors of #CDE130
Black with #CDE130
Text Example
Text Example
White with #CDE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE130; }
p { color: rgb(205,225,48); }
H1.HeaderClassName
{
color: #CDE130;
}
.AnyTagClassName
{
color: #CDE130;
}
</style>
background-color css
<style>
a { background-color: #CDE130; }
a { background-color: rgb(205,225,48); }
div.DivClassName
{
background-color: #CDE130;
}
.BgClassName
{
background-color: #CDE130;
}
</style>
border-color css
<style>
span { border-color: #CDE130; }
span { border-color: rgb(205,225,48); }
td.TdClassName
{
border-color: #CDE130;
}
.TagClassName
{
border-color: #CDE130;
}
</style>