Shades of Pear #CDE63F
Tints of Pear #CDE63F
RGB
CMYK
RGB Variations
Color information
#CDE63F (or 0xCDE63F) is known color: Pear. HEX triplet: CD, E6 and 3F. RGB value is (205,230,63). Sum of RGB (Red+Green+Blue) = 205+230+63=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE63F is #3219C0. Grayscale: #CCCCCC. Windows color (decimal): -3283393 or 4187853. OLE color: 4187853.
HSL color Cylindrical-coordinate representation of color #CDE63F: hue angle of 68.98º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDE63F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 63 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.10 |
| HSL | 68.98º | 0.77% | 0.57% | - |
| HSV(B) | 68.98º | 0.73% | 0.9% | - |
| XYZ | 54.37 | 69.93 | 15.34 | - |
| YUV | 203.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 63 | 0.11 | 0 | 0.73 | 0.10 | 68.98 | 0.77 | 0.57 |
| Hex | CD | E6 | 3F | B | 0 | 49 | A | 45 | 4D | 39 |
| Octal | 315 | 346 | 77 | 13 | 0 | 111 | 12 | 105 | 115 | 71 |
| Binary | 11001101 | 11100110 | 111111 | 1011 | 0 | 1001001 | 1010 | 1000101 | 1001101 | 111001 |
Color Harmonies of #CDE63F
Complementary color
Monochromatic Colors of #CDE63F
Black with #CDE63F
Text Example
Text Example
White with #CDE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE63F; }
p { color: rgb(205,230,63); }
H1.HeaderClassName
{
color: #CDE63F;
}
.AnyTagClassName
{
color: #CDE63F;
}
</style>
background-color css
<style>
a { background-color: #CDE63F; }
a { background-color: rgb(205,230,63); }
div.DivClassName
{
background-color: #CDE63F;
}
.BgClassName
{
background-color: #CDE63F;
}
</style>
border-color css
<style>
span { border-color: #CDE63F; }
span { border-color: rgb(205,230,63); }
td.TdClassName
{
border-color: #CDE63F;
}
.TagClassName
{
border-color: #CDE63F;
}
</style>