Shades of Pear #CDEF4D
Tints of Pear #CDEF4D
RGB
CMYK
RGB Variations
Color information
#CDEF4D (or 0xCDEF4D) is known color: Pear. HEX triplet: CD, EF and 4D. RGB value is (205,239,77). Sum of RGB (Red+Green+Blue) = 205+239+77=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF4D is #3210B2. Grayscale: #D2D2D2. Windows color (decimal): -3281075 or 5107661. OLE color: 5107661.
HSL color Cylindrical-coordinate representation of color #CDEF4D: hue angle of 72.59º 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 #CDEF4D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 77 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.06 |
| HSL | 72.59º | 0.84% | 0.62% | - |
| HSV(B) | 72.59º | 0.68% | 0.94% | - |
| XYZ | 57.38 | 75.25 | 18.52 | - |
| YUV | 210.37 | 52.74 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 77 | 0.14 | 0 | 0.68 | 0.06 | 72.59 | 0.84 | 0.62 |
| Hex | CD | EF | 4D | E | 0 | 44 | 6 | 49 | 54 | 3E |
| Octal | 315 | 357 | 115 | 16 | 0 | 104 | 6 | 111 | 124 | 76 |
| Binary | 11001101 | 11101111 | 1001101 | 1110 | 0 | 1000100 | 110 | 1001001 | 1010100 | 111110 |
Color Harmonies of #CDEF4D
Complementary color
Monochromatic Colors of #CDEF4D
Black with #CDEF4D
Text Example
Text Example
White with #CDEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF4D; }
p { color: rgb(205,239,77); }
H1.HeaderClassName
{
color: #CDEF4D;
}
.AnyTagClassName
{
color: #CDEF4D;
}
</style>
background-color css
<style>
a { background-color: #CDEF4D; }
a { background-color: rgb(205,239,77); }
div.DivClassName
{
background-color: #CDEF4D;
}
.BgClassName
{
background-color: #CDEF4D;
}
</style>
border-color css
<style>
span { border-color: #CDEF4D; }
span { border-color: rgb(205,239,77); }
td.TdClassName
{
border-color: #CDEF4D;
}
.TagClassName
{
border-color: #CDEF4D;
}
</style>