Shades of Pear #CDEF4C
Tints of Pear #CDEF4C
RGB
CMYK
RGB Variations
Color information
#CDEF4C (or 0xCDEF4C) is known color: Pear. HEX triplet: CD, EF and 4C. RGB value is (205,239,76). Sum of RGB (Red+Green+Blue) = 205+239+76=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF4C is #3210B3. Grayscale: #D2D2D2. Windows color (decimal): -3281076 or 5042125. OLE color: 5042125.
HSL color Cylindrical-coordinate representation of color #CDEF4C: hue angle of 72.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDEF4C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 76 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.06 |
| HSL | 72.52º | 0.84% | 0.62% | - |
| HSV(B) | 72.52º | 0.68% | 0.94% | - |
| XYZ | 57.35 | 75.23 | 18.34 | - |
| YUV | 210.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 76 | 0.14 | 0 | 0.68 | 0.06 | 72.52 | 0.84 | 0.62 |
| Hex | CD | EF | 4C | E | 0 | 44 | 6 | 49 | 54 | 3E |
| Octal | 315 | 357 | 114 | 16 | 0 | 104 | 6 | 111 | 124 | 76 |
| Binary | 11001101 | 11101111 | 1001100 | 1110 | 0 | 1000100 | 110 | 1001001 | 1010100 | 111110 |
Color Harmonies of #CDEF4C
Complementary color
Monochromatic Colors of #CDEF4C
Black with #CDEF4C
Text Example
Text Example
White with #CDEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF4C; }
p { color: rgb(205,239,76); }
H1.HeaderClassName
{
color: #CDEF4C;
}
.AnyTagClassName
{
color: #CDEF4C;
}
</style>
background-color css
<style>
a { background-color: #CDEF4C; }
a { background-color: rgb(205,239,76); }
div.DivClassName
{
background-color: #CDEF4C;
}
.BgClassName
{
background-color: #CDEF4C;
}
</style>
border-color css
<style>
span { border-color: #CDEF4C; }
span { border-color: rgb(205,239,76); }
td.TdClassName
{
border-color: #CDEF4C;
}
.TagClassName
{
border-color: #CDEF4C;
}
</style>