Shades of Pear #CDE61A
Tints of Pear #CDE61A
RGB
CMYK
RGB Variations
Color information
#CDE61A (or 0xCDE61A) is known color: Pear. HEX triplet: CD, E6 and 1A. RGB value is (205,230,26). Sum of RGB (Red+Green+Blue) = 205+230+26=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE61A is #3219E5. Grayscale: #C8C8C8. Windows color (decimal): -3283430 or 1763021. OLE color: 1763021.
HSL color Cylindrical-coordinate representation of color #CDE61A: hue angle of 67.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDE61A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 26 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.10 |
| HSL | 67.35º | 0.8% | 0.5% | - |
| HSV(B) | 67.35º | 0.89% | 0.9% | - |
| XYZ | 53.66 | 69.65 | 11.59 | - |
| YUV | 199.27 | 30.22 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 26 | 0.11 | 0 | 0.89 | 0.10 | 67.35 | 0.8 | 0.5 |
| Hex | CD | E6 | 1A | B | 0 | 59 | A | 43 | 50 | 32 |
| Octal | 315 | 346 | 32 | 13 | 0 | 131 | 12 | 103 | 120 | 62 |
| Binary | 11001101 | 11100110 | 11010 | 1011 | 0 | 1011001 | 1010 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CDE61A
Complementary color
Monochromatic Colors of #CDE61A
Black with #CDE61A
Text Example
Text Example
White with #CDE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE61A; }
p { color: rgb(205,230,26); }
H1.HeaderClassName
{
color: #CDE61A;
}
.AnyTagClassName
{
color: #CDE61A;
}
</style>
background-color css
<style>
a { background-color: #CDE61A; }
a { background-color: rgb(205,230,26); }
div.DivClassName
{
background-color: #CDE61A;
}
.BgClassName
{
background-color: #CDE61A;
}
</style>
border-color css
<style>
span { border-color: #CDE61A; }
span { border-color: rgb(205,230,26); }
td.TdClassName
{
border-color: #CDE61A;
}
.TagClassName
{
border-color: #CDE61A;
}
</style>