Shades of Pear #CDE62C
Tints of Pear #CDE62C
RGB
CMYK
RGB Variations
Color information
#CDE62C (or 0xCDE62C) is known color: Pear. HEX triplet: CD, E6 and 2C. RGB value is (205,230,44). Sum of RGB (Red+Green+Blue) = 205+230+44=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE62C is #3219D3. Grayscale: #CACACA. Windows color (decimal): -3283412 or 2942669. OLE color: 2942669.
HSL color Cylindrical-coordinate representation of color #CDE62C: hue angle of 68.06º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE62C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 44 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.10 |
| HSL | 68.06º | 0.79% | 0.54% | - |
| HSV(B) | 68.06º | 0.81% | 0.9% | - |
| XYZ | 53.93 | 69.75 | 13 | - |
| YUV | 201.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 44 | 0.11 | 0 | 0.81 | 0.10 | 68.06 | 0.79 | 0.54 |
| Hex | CD | E6 | 2C | B | 0 | 51 | A | 44 | 4F | 36 |
| Octal | 315 | 346 | 54 | 13 | 0 | 121 | 12 | 104 | 117 | 66 |
| Binary | 11001101 | 11100110 | 101100 | 1011 | 0 | 1010001 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CDE62C
Complementary color
Monochromatic Colors of #CDE62C
Black with #CDE62C
Text Example
Text Example
White with #CDE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE62C; }
p { color: rgb(205,230,44); }
H1.HeaderClassName
{
color: #CDE62C;
}
.AnyTagClassName
{
color: #CDE62C;
}
</style>
background-color css
<style>
a { background-color: #CDE62C; }
a { background-color: rgb(205,230,44); }
div.DivClassName
{
background-color: #CDE62C;
}
.BgClassName
{
background-color: #CDE62C;
}
</style>
border-color css
<style>
span { border-color: #CDE62C; }
span { border-color: rgb(205,230,44); }
td.TdClassName
{
border-color: #CDE62C;
}
.TagClassName
{
border-color: #CDE62C;
}
</style>