Shades of Pear #CDE62B
Tints of Pear #CDE62B
RGB
CMYK
RGB Variations
Color information
#CDE62B (or 0xCDE62B) is known color: Pear. HEX triplet: CD, E6 and 2B. RGB value is (205,230,43). Sum of RGB (Red+Green+Blue) = 205+230+43=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE62B is #3219D4. Grayscale: #C9C9C9. Windows color (decimal): -3283413 or 2877133. OLE color: 2877133.
HSL color Cylindrical-coordinate representation of color #CDE62B: hue angle of 68.02º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE62B is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 43 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.10 |
| HSL | 68.02º | 0.79% | 0.54% | - |
| HSV(B) | 68.02º | 0.81% | 0.9% | - |
| XYZ | 53.91 | 69.75 | 12.91 | - |
| YUV | 201.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 43 | 0.11 | 0 | 0.81 | 0.10 | 68.02 | 0.79 | 0.54 |
| Hex | CD | E6 | 2B | B | 0 | 51 | A | 44 | 4F | 36 |
| Octal | 315 | 346 | 53 | 13 | 0 | 121 | 12 | 104 | 117 | 66 |
| Binary | 11001101 | 11100110 | 101011 | 1011 | 0 | 1010001 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CDE62B
Complementary color
Monochromatic Colors of #CDE62B
Black with #CDE62B
Text Example
Text Example
White with #CDE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE62B; }
p { color: rgb(205,230,43); }
H1.HeaderClassName
{
color: #CDE62B;
}
.AnyTagClassName
{
color: #CDE62B;
}
</style>
background-color css
<style>
a { background-color: #CDE62B; }
a { background-color: rgb(205,230,43); }
div.DivClassName
{
background-color: #CDE62B;
}
.BgClassName
{
background-color: #CDE62B;
}
</style>
border-color css
<style>
span { border-color: #CDE62B; }
span { border-color: rgb(205,230,43); }
td.TdClassName
{
border-color: #CDE62B;
}
.TagClassName
{
border-color: #CDE62B;
}
</style>