Shades of Pear #CDEF38
Tints of Pear #CDEF38
RGB
CMYK
RGB Variations
Color information
#CDEF38 (or 0xCDEF38) is known color: Pear. HEX triplet: CD, EF and 38. RGB value is (205,239,56). Sum of RGB (Red+Green+Blue) = 205+239+56=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF38 is #3210C7. Grayscale: #D0D0D0. Windows color (decimal): -3281096 or 3731405. OLE color: 3731405.
HSL color Cylindrical-coordinate representation of color #CDEF38: hue angle of 71.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDEF38 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 56 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.06 |
| HSL | 71.15º | 0.85% | 0.58% | - |
| HSV(B) | 71.15º | 0.77% | 0.94% | - |
| XYZ | 56.76 | 75 | 15.23 | - |
| YUV | 207.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 56 | 0.14 | 0 | 0.77 | 0.06 | 71.15 | 0.85 | 0.58 |
| Hex | CD | EF | 38 | E | 0 | 4D | 6 | 47 | 55 | 3A |
| Octal | 315 | 357 | 70 | 16 | 0 | 115 | 6 | 107 | 125 | 72 |
| Binary | 11001101 | 11101111 | 111000 | 1110 | 0 | 1001101 | 110 | 1000111 | 1010101 | 111010 |
Color Harmonies of #CDEF38
Complementary color
Monochromatic Colors of #CDEF38
Black with #CDEF38
Text Example
Text Example
White with #CDEF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF38; }
p { color: rgb(205,239,56); }
H1.HeaderClassName
{
color: #CDEF38;
}
.AnyTagClassName
{
color: #CDEF38;
}
</style>
background-color css
<style>
a { background-color: #CDEF38; }
a { background-color: rgb(205,239,56); }
div.DivClassName
{
background-color: #CDEF38;
}
.BgClassName
{
background-color: #CDEF38;
}
</style>
border-color css
<style>
span { border-color: #CDEF38; }
span { border-color: rgb(205,239,56); }
td.TdClassName
{
border-color: #CDEF38;
}
.TagClassName
{
border-color: #CDEF38;
}
</style>