Shades of Pear #CDE33D
Tints of Pear #CDE33D
RGB
CMYK
RGB Variations
Color information
#CDE33D (or 0xCDE33D) is known color: Pear. HEX triplet: CD, E3 and 3D. RGB value is (205,227,61). Sum of RGB (Red+Green+Blue) = 205+227+61=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE33D is #321CC2. Grayscale: #CACACA. Windows color (decimal): -3284163 or 4056013. OLE color: 4056013.
HSL color Cylindrical-coordinate representation of color #CDE33D: hue angle of 67.95º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDE33D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 61 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.11 |
| HSL | 67.95º | 0.75% | 0.56% | - |
| HSV(B) | 67.95º | 0.73% | 0.89% | - |
| XYZ | 53.49 | 68.25 | 14.77 | - |
| YUV | 201.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 61 | 0.10 | 0 | 0.73 | 0.11 | 67.95 | 0.75 | 0.56 |
| Hex | CD | E3 | 3D | A | 0 | 49 | B | 44 | 4B | 38 |
| Octal | 315 | 343 | 75 | 12 | 0 | 111 | 13 | 104 | 113 | 70 |
| Binary | 11001101 | 11100011 | 111101 | 1010 | 0 | 1001001 | 1011 | 1000100 | 1001011 | 111000 |
Color Harmonies of #CDE33D
Complementary color
Monochromatic Colors of #CDE33D
Black with #CDE33D
Text Example
Text Example
White with #CDE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE33D; }
p { color: rgb(205,227,61); }
H1.HeaderClassName
{
color: #CDE33D;
}
.AnyTagClassName
{
color: #CDE33D;
}
</style>
background-color css
<style>
a { background-color: #CDE33D; }
a { background-color: rgb(205,227,61); }
div.DivClassName
{
background-color: #CDE33D;
}
.BgClassName
{
background-color: #CDE33D;
}
</style>
border-color css
<style>
span { border-color: #CDE33D; }
span { border-color: rgb(205,227,61); }
td.TdClassName
{
border-color: #CDE33D;
}
.TagClassName
{
border-color: #CDE33D;
}
</style>