Shades of Pear #CDE63B
Tints of Pear #CDE63B
RGB
CMYK
RGB Variations
Color information
#CDE63B (or 0xCDE63B) is known color: Pear. HEX triplet: CD, E6 and 3B. RGB value is (205,230,59). Sum of RGB (Red+Green+Blue) = 205+230+59=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE63B is #3219C4. Grayscale: #CBCBCB. Windows color (decimal): -3283397 or 3925709. OLE color: 3925709.
HSL color Cylindrical-coordinate representation of color #CDE63B: hue angle of 68.77º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDE63B is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 59 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.10 |
| HSL | 68.77º | 0.77% | 0.57% | - |
| HSV(B) | 68.77º | 0.74% | 0.9% | - |
| XYZ | 54.26 | 69.89 | 14.77 | - |
| YUV | 203.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 59 | 0.11 | 0 | 0.74 | 0.10 | 68.77 | 0.77 | 0.57 |
| Hex | CD | E6 | 3B | B | 0 | 4A | A | 45 | 4D | 39 |
| Octal | 315 | 346 | 73 | 13 | 0 | 112 | 12 | 105 | 115 | 71 |
| Binary | 11001101 | 11100110 | 111011 | 1011 | 0 | 1001010 | 1010 | 1000101 | 1001101 | 111001 |
Color Harmonies of #CDE63B
Complementary color
Monochromatic Colors of #CDE63B
Black with #CDE63B
Text Example
Text Example
White with #CDE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE63B; }
p { color: rgb(205,230,59); }
H1.HeaderClassName
{
color: #CDE63B;
}
.AnyTagClassName
{
color: #CDE63B;
}
</style>
background-color css
<style>
a { background-color: #CDE63B; }
a { background-color: rgb(205,230,59); }
div.DivClassName
{
background-color: #CDE63B;
}
.BgClassName
{
background-color: #CDE63B;
}
</style>
border-color css
<style>
span { border-color: #CDE63B; }
span { border-color: rgb(205,230,59); }
td.TdClassName
{
border-color: #CDE63B;
}
.TagClassName
{
border-color: #CDE63B;
}
</style>