Shades of Pear #CDEA1C
Tints of Pear #CDEA1C
RGB
CMYK
RGB Variations
Color information
#CDEA1C (or 0xCDEA1C) is known color: Pear. HEX triplet: CD, EA and 1C. RGB value is (205,234,28). Sum of RGB (Red+Green+Blue) = 205+234+28=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEA1C is #3215E3. Grayscale: #CACACA. Windows color (decimal): -3282404 or 1895117. OLE color: 1895117.
HSL color Cylindrical-coordinate representation of color #CDEA1C: hue angle of 68.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDEA1C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 28 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.08 |
| HSL | 68.45º | 0.83% | 0.51% | - |
| HSV(B) | 68.45º | 0.88% | 0.92% | - |
| XYZ | 54.81 | 71.91 | 12.09 | - |
| YUV | 201.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 28 | 0.12 | 0 | 0.88 | 0.08 | 68.45 | 0.83 | 0.51 |
| Hex | CD | EA | 1C | C | 0 | 58 | 8 | 44 | 53 | 33 |
| Octal | 315 | 352 | 34 | 14 | 0 | 130 | 10 | 104 | 123 | 63 |
| Binary | 11001101 | 11101010 | 11100 | 1100 | 0 | 1011000 | 1000 | 1000100 | 1010011 | 110011 |
Color Harmonies of #CDEA1C
Complementary color
Monochromatic Colors of #CDEA1C
Black with #CDEA1C
Text Example
Text Example
White with #CDEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA1C; }
p { color: rgb(205,234,28); }
H1.HeaderClassName
{
color: #CDEA1C;
}
.AnyTagClassName
{
color: #CDEA1C;
}
</style>
background-color css
<style>
a { background-color: #CDEA1C; }
a { background-color: rgb(205,234,28); }
div.DivClassName
{
background-color: #CDEA1C;
}
.BgClassName
{
background-color: #CDEA1C;
}
</style>
border-color css
<style>
span { border-color: #CDEA1C; }
span { border-color: rgb(205,234,28); }
td.TdClassName
{
border-color: #CDEA1C;
}
.TagClassName
{
border-color: #CDEA1C;
}
</style>