Shades of Pear #CDEA16
Tints of Pear #CDEA16
RGB
CMYK
RGB Variations
Color information
#CDEA16 (or 0xCDEA16) is known color: Pear. HEX triplet: CD, EA and 16. RGB value is (205,234,22). Sum of RGB (Red+Green+Blue) = 205+234+22=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA16 is #3215E9. Grayscale: #C9C9C9. Windows color (decimal): -3282410 or 1501901. OLE color: 1501901.
HSL color Cylindrical-coordinate representation of color #CDEA16: hue angle of 68.21º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDEA16 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.08 |
| HSL | 68.21º | 0.83% | 0.5% | - |
| HSV(B) | 68.21º | 0.91% | 0.92% | - |
| XYZ | 54.74 | 71.88 | 11.75 | - |
| YUV | 201.16 | 26.89 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 22 | 0.12 | 0 | 0.91 | 0.08 | 68.21 | 0.83 | 0.5 |
| Hex | CD | EA | 16 | C | 0 | 5B | 8 | 44 | 53 | 32 |
| Octal | 315 | 352 | 26 | 14 | 0 | 133 | 10 | 104 | 123 | 62 |
| Binary | 11001101 | 11101010 | 10110 | 1100 | 0 | 1011011 | 1000 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CDEA16
Complementary color
Monochromatic Colors of #CDEA16
Black with #CDEA16
Text Example
Text Example
White with #CDEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA16; }
p { color: rgb(205,234,22); }
H1.HeaderClassName
{
color: #CDEA16;
}
.AnyTagClassName
{
color: #CDEA16;
}
</style>
background-color css
<style>
a { background-color: #CDEA16; }
a { background-color: rgb(205,234,22); }
div.DivClassName
{
background-color: #CDEA16;
}
.BgClassName
{
background-color: #CDEA16;
}
</style>
border-color css
<style>
span { border-color: #CDEA16; }
span { border-color: rgb(205,234,22); }
td.TdClassName
{
border-color: #CDEA16;
}
.TagClassName
{
border-color: #CDEA16;
}
</style>