Shades of Pear #CDEE4A
Tints of Pear #CDEE4A
RGB
CMYK
RGB Variations
Color information
#CDEE4A (or 0xCDEE4A) is known color: Pear. HEX triplet: CD, EE and 4A. RGB value is (205,238,74). Sum of RGB (Red+Green+Blue) = 205+238+74=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE4A is #3211B5. Grayscale: #D2D2D2. Windows color (decimal): -3281334 or 4910797. OLE color: 4910797.
HSL color Cylindrical-coordinate representation of color #CDEE4A: hue angle of 72.07º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDEE4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.07 |
| HSL | 72.07º | 0.83% | 0.61% | - |
| HSV(B) | 72.07º | 0.69% | 0.93% | - |
| XYZ | 56.99 | 74.62 | 17.88 | - |
| YUV | 209.44 | 51.57 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 74 | 0.14 | 0 | 0.69 | 0.07 | 72.07 | 0.83 | 0.61 |
| Hex | CD | EE | 4A | E | 0 | 45 | 7 | 48 | 53 | 3D |
| Octal | 315 | 356 | 112 | 16 | 0 | 105 | 7 | 110 | 123 | 75 |
| Binary | 11001101 | 11101110 | 1001010 | 1110 | 0 | 1000101 | 111 | 1001000 | 1010011 | 111101 |
Color Harmonies of #CDEE4A
Complementary color
Monochromatic Colors of #CDEE4A
Black with #CDEE4A
Text Example
Text Example
White with #CDEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE4A; }
p { color: rgb(205,238,74); }
H1.HeaderClassName
{
color: #CDEE4A;
}
.AnyTagClassName
{
color: #CDEE4A;
}
</style>
background-color css
<style>
a { background-color: #CDEE4A; }
a { background-color: rgb(205,238,74); }
div.DivClassName
{
background-color: #CDEE4A;
}
.BgClassName
{
background-color: #CDEE4A;
}
</style>
border-color css
<style>
span { border-color: #CDEE4A; }
span { border-color: rgb(205,238,74); }
td.TdClassName
{
border-color: #CDEE4A;
}
.TagClassName
{
border-color: #CDEE4A;
}
</style>