Shades of Pear #CDEA1A
Tints of Pear #CDEA1A
RGB
CMYK
RGB Variations
Color information
#CDEA1A (or 0xCDEA1A) is known color: Pear. HEX triplet: CD, EA and 1A. RGB value is (205,234,26). Sum of RGB (Red+Green+Blue) = 205+234+26=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEA1A is #3215E5. Grayscale: #CACACA. Windows color (decimal): -3282406 or 1764045. OLE color: 1764045.
HSL color Cylindrical-coordinate representation of color #CDEA1A: hue angle of 68.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDEA1A is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 26 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.08 |
| HSL | 68.37º | 0.83% | 0.51% | - |
| HSV(B) | 68.37º | 0.89% | 0.92% | - |
| XYZ | 54.79 | 71.9 | 11.97 | - |
| YUV | 201.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 26 | 0.12 | 0 | 0.89 | 0.08 | 68.37 | 0.83 | 0.51 |
| Hex | CD | EA | 1A | C | 0 | 59 | 8 | 44 | 53 | 33 |
| Octal | 315 | 352 | 32 | 14 | 0 | 131 | 10 | 104 | 123 | 63 |
| Binary | 11001101 | 11101010 | 11010 | 1100 | 0 | 1011001 | 1000 | 1000100 | 1010011 | 110011 |
Color Harmonies of #CDEA1A
Complementary color
Monochromatic Colors of #CDEA1A
Black with #CDEA1A
Text Example
Text Example
White with #CDEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA1A; }
p { color: rgb(205,234,26); }
H1.HeaderClassName
{
color: #CDEA1A;
}
.AnyTagClassName
{
color: #CDEA1A;
}
</style>
background-color css
<style>
a { background-color: #CDEA1A; }
a { background-color: rgb(205,234,26); }
div.DivClassName
{
background-color: #CDEA1A;
}
.BgClassName
{
background-color: #CDEA1A;
}
</style>
border-color css
<style>
span { border-color: #CDEA1A; }
span { border-color: rgb(205,234,26); }
td.TdClassName
{
border-color: #CDEA1A;
}
.TagClassName
{
border-color: #CDEA1A;
}
</style>