Shades of Pear #CDE616
Tints of Pear #CDE616
RGB
CMYK
RGB Variations
Color information
#CDE616 (or 0xCDE616) is known color: Pear. HEX triplet: CD, E6 and 16. RGB value is (205,230,22). Sum of RGB (Red+Green+Blue) = 205+230+22=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE616 is #3219E9. Grayscale: #C7C7C7. Windows color (decimal): -3283434 or 1500877. OLE color: 1500877.
HSL color Cylindrical-coordinate representation of color #CDE616: hue angle of 67.21º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDE616 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.10 |
| HSL | 67.21º | 0.83% | 0.49% | - |
| HSV(B) | 67.21º | 0.9% | 0.9% | - |
| XYZ | 53.62 | 69.63 | 11.37 | - |
| YUV | 198.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 22 | 0.11 | 0 | 0.90 | 0.10 | 67.21 | 0.83 | 0.49 |
| Hex | CD | E6 | 16 | B | 0 | 5A | A | 43 | 53 | 31 |
| Octal | 315 | 346 | 26 | 13 | 0 | 132 | 12 | 103 | 123 | 61 |
| Binary | 11001101 | 11100110 | 10110 | 1011 | 0 | 1011010 | 1010 | 1000011 | 1010011 | 110001 |
Color Harmonies of #CDE616
Complementary color
Monochromatic Colors of #CDE616
Black with #CDE616
Text Example
Text Example
White with #CDE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE616; }
p { color: rgb(205,230,22); }
H1.HeaderClassName
{
color: #CDE616;
}
.AnyTagClassName
{
color: #CDE616;
}
</style>
background-color css
<style>
a { background-color: #CDE616; }
a { background-color: rgb(205,230,22); }
div.DivClassName
{
background-color: #CDE616;
}
.BgClassName
{
background-color: #CDE616;
}
</style>
border-color css
<style>
span { border-color: #CDE616; }
span { border-color: rgb(205,230,22); }
td.TdClassName
{
border-color: #CDE616;
}
.TagClassName
{
border-color: #CDE616;
}
</style>