Shades of Pear #CDE628
Tints of Pear #CDE628
RGB
CMYK
RGB Variations
Color information
#CDE628 (or 0xCDE628) is known color: Pear. HEX triplet: CD, E6 and 28. RGB value is (205,230,40). Sum of RGB (Red+Green+Blue) = 205+230+40=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE628 is #3219D7. Grayscale: #C9C9C9. Windows color (decimal): -3283416 or 2680525. OLE color: 2680525.
HSL color Cylindrical-coordinate representation of color #CDE628: hue angle of 67.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDE628 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 40 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.10 |
| HSL | 67.89º | 0.79% | 0.53% | - |
| HSV(B) | 67.89º | 0.83% | 0.9% | - |
| XYZ | 53.86 | 69.73 | 12.63 | - |
| YUV | 200.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 40 | 0.11 | 0 | 0.83 | 0.10 | 67.89 | 0.79 | 0.53 |
| Hex | CD | E6 | 28 | B | 0 | 53 | A | 44 | 4F | 35 |
| Octal | 315 | 346 | 50 | 13 | 0 | 123 | 12 | 104 | 117 | 65 |
| Binary | 11001101 | 11100110 | 101000 | 1011 | 0 | 1010011 | 1010 | 1000100 | 1001111 | 110101 |
Color Harmonies of #CDE628
Complementary color
Monochromatic Colors of #CDE628
Black with #CDE628
Text Example
Text Example
White with #CDE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE628; }
p { color: rgb(205,230,40); }
H1.HeaderClassName
{
color: #CDE628;
}
.AnyTagClassName
{
color: #CDE628;
}
</style>
background-color css
<style>
a { background-color: #CDE628; }
a { background-color: rgb(205,230,40); }
div.DivClassName
{
background-color: #CDE628;
}
.BgClassName
{
background-color: #CDE628;
}
</style>
border-color css
<style>
span { border-color: #CDE628; }
span { border-color: rgb(205,230,40); }
td.TdClassName
{
border-color: #CDE628;
}
.TagClassName
{
border-color: #CDE628;
}
</style>