Shades of Pear #CDEA17
Tints of Pear #CDEA17
RGB
CMYK
RGB Variations
Color information
#CDEA17 (or 0xCDEA17) is known color: Pear. HEX triplet: CD, EA and 17. RGB value is (205,234,23). Sum of RGB (Red+Green+Blue) = 205+234+23=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA17 is #3215E8. Grayscale: #CACACA. Windows color (decimal): -3282409 or 1567437. OLE color: 1567437.
HSL color Cylindrical-coordinate representation of color #CDEA17: hue angle of 68.25º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDEA17 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 23 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.08 |
| HSL | 68.25º | 0.83% | 0.5% | - |
| HSV(B) | 68.25º | 0.9% | 0.92% | - |
| XYZ | 54.75 | 71.89 | 11.8 | - |
| YUV | 201.28 | 27.39 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 23 | 0.12 | 0 | 0.90 | 0.08 | 68.25 | 0.83 | 0.5 |
| Hex | CD | EA | 17 | C | 0 | 5A | 8 | 44 | 53 | 32 |
| Octal | 315 | 352 | 27 | 14 | 0 | 132 | 10 | 104 | 123 | 62 |
| Binary | 11001101 | 11101010 | 10111 | 1100 | 0 | 1011010 | 1000 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CDEA17
Complementary color
Monochromatic Colors of #CDEA17
Black with #CDEA17
Text Example
Text Example
White with #CDEA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA17; }
p { color: rgb(205,234,23); }
H1.HeaderClassName
{
color: #CDEA17;
}
.AnyTagClassName
{
color: #CDEA17;
}
</style>
background-color css
<style>
a { background-color: #CDEA17; }
a { background-color: rgb(205,234,23); }
div.DivClassName
{
background-color: #CDEA17;
}
.BgClassName
{
background-color: #CDEA17;
}
</style>
border-color css
<style>
span { border-color: #CDEA17; }
span { border-color: rgb(205,234,23); }
td.TdClassName
{
border-color: #CDEA17;
}
.TagClassName
{
border-color: #CDEA17;
}
</style>