Shades of Pear #CDEF44
Tints of Pear #CDEF44
RGB
CMYK
RGB Variations
Color information
#CDEF44 (or 0xCDEF44) is known color: Pear. HEX triplet: CD, EF and 44. RGB value is (205,239,68). Sum of RGB (Red+Green+Blue) = 205+239+68=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF44 is #3210BB. Grayscale: #D1D1D1. Windows color (decimal): -3281084 or 4517837. OLE color: 4517837.
HSL color Cylindrical-coordinate representation of color #CDEF44: hue angle of 71.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDEF44 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 68 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.06 |
| HSL | 71.93º | 0.84% | 0.6% | - |
| HSV(B) | 71.93º | 0.72% | 0.94% | - |
| XYZ | 57.09 | 75.13 | 16.96 | - |
| YUV | 209.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 68 | 0.14 | 0 | 0.72 | 0.06 | 71.93 | 0.84 | 0.6 |
| Hex | CD | EF | 44 | E | 0 | 48 | 6 | 48 | 54 | 3C |
| Octal | 315 | 357 | 104 | 16 | 0 | 110 | 6 | 110 | 124 | 74 |
| Binary | 11001101 | 11101111 | 1000100 | 1110 | 0 | 1001000 | 110 | 1001000 | 1010100 | 111100 |
Color Harmonies of #CDEF44
Complementary color
Monochromatic Colors of #CDEF44
Black with #CDEF44
Text Example
Text Example
White with #CDEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF44; }
p { color: rgb(205,239,68); }
H1.HeaderClassName
{
color: #CDEF44;
}
.AnyTagClassName
{
color: #CDEF44;
}
</style>
background-color css
<style>
a { background-color: #CDEF44; }
a { background-color: rgb(205,239,68); }
div.DivClassName
{
background-color: #CDEF44;
}
.BgClassName
{
background-color: #CDEF44;
}
</style>
border-color css
<style>
span { border-color: #CDEF44; }
span { border-color: rgb(205,239,68); }
td.TdClassName
{
border-color: #CDEF44;
}
.TagClassName
{
border-color: #CDEF44;
}
</style>