Shades of Pear #CDE73D
Tints of Pear #CDE73D
RGB
CMYK
RGB Variations
Color information
#CDE73D (or 0xCDE73D) is known color: Pear. HEX triplet: CD, E7 and 3D. RGB value is (205,231,61). Sum of RGB (Red+Green+Blue) = 205+231+61=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE73D is #3218C2. Grayscale: #CCCCCC. Windows color (decimal): -3283139 or 4057037. OLE color: 4057037.
HSL color Cylindrical-coordinate representation of color #CDE73D: hue angle of 69.18º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDE73D is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 61 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.09 |
| HSL | 69.18º | 0.78% | 0.57% | - |
| HSV(B) | 69.18º | 0.74% | 0.91% | - |
| XYZ | 54.6 | 70.47 | 15.14 | - |
| YUV | 203.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 61 | 0.11 | 0 | 0.74 | 0.09 | 69.18 | 0.78 | 0.57 |
| Hex | CD | E7 | 3D | B | 0 | 4A | 9 | 45 | 4E | 39 |
| Octal | 315 | 347 | 75 | 13 | 0 | 112 | 11 | 105 | 116 | 71 |
| Binary | 11001101 | 11100111 | 111101 | 1011 | 0 | 1001010 | 1001 | 1000101 | 1001110 | 111001 |
Color Harmonies of #CDE73D
Complementary color
Monochromatic Colors of #CDE73D
Black with #CDE73D
Text Example
Text Example
White with #CDE73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE73D; }
p { color: rgb(205,231,61); }
H1.HeaderClassName
{
color: #CDE73D;
}
.AnyTagClassName
{
color: #CDE73D;
}
</style>
background-color css
<style>
a { background-color: #CDE73D; }
a { background-color: rgb(205,231,61); }
div.DivClassName
{
background-color: #CDE73D;
}
.BgClassName
{
background-color: #CDE73D;
}
</style>
border-color css
<style>
span { border-color: #CDE73D; }
span { border-color: rgb(205,231,61); }
td.TdClassName
{
border-color: #CDE73D;
}
.TagClassName
{
border-color: #CDE73D;
}
</style>