Shades of Pear #CDEE4C
Tints of Pear #CDEE4C
RGB
CMYK
RGB Variations
Color information
#CDEE4C (or 0xCDEE4C) is known color: Pear. HEX triplet: CD, EE and 4C. RGB value is (205,238,76). Sum of RGB (Red+Green+Blue) = 205+238+76=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE4C is #3211B3. Grayscale: #D2D2D2. Windows color (decimal): -3281332 or 5041869. OLE color: 5041869.
HSL color Cylindrical-coordinate representation of color #CDEE4C: hue angle of 72.22º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDEE4C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 76 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.07 |
| HSL | 72.22º | 0.83% | 0.62% | - |
| HSV(B) | 72.22º | 0.68% | 0.93% | - |
| XYZ | 57.06 | 74.65 | 18.24 | - |
| YUV | 209.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 76 | 0.14 | 0 | 0.68 | 0.07 | 72.22 | 0.83 | 0.62 |
| Hex | CD | EE | 4C | E | 0 | 44 | 7 | 48 | 53 | 3E |
| Octal | 315 | 356 | 114 | 16 | 0 | 104 | 7 | 110 | 123 | 76 |
| Binary | 11001101 | 11101110 | 1001100 | 1110 | 0 | 1000100 | 111 | 1001000 | 1010011 | 111110 |
Color Harmonies of #CDEE4C
Complementary color
Monochromatic Colors of #CDEE4C
Black with #CDEE4C
Text Example
Text Example
White with #CDEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE4C; }
p { color: rgb(205,238,76); }
H1.HeaderClassName
{
color: #CDEE4C;
}
.AnyTagClassName
{
color: #CDEE4C;
}
</style>
background-color css
<style>
a { background-color: #CDEE4C; }
a { background-color: rgb(205,238,76); }
div.DivClassName
{
background-color: #CDEE4C;
}
.BgClassName
{
background-color: #CDEE4C;
}
</style>
border-color css
<style>
span { border-color: #CDEE4C; }
span { border-color: rgb(205,238,76); }
td.TdClassName
{
border-color: #CDEE4C;
}
.TagClassName
{
border-color: #CDEE4C;
}
</style>