Shades of Pear #CDEF4A
Tints of Pear #CDEF4A
RGB
CMYK
RGB Variations
Color information
#CDEF4A (or 0xCDEF4A) is known color: Pear. HEX triplet: CD, EF and 4A. RGB value is (205,239,74). Sum of RGB (Red+Green+Blue) = 205+239+74=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF4A is #3210B5. Grayscale: #D2D2D2. Windows color (decimal): -3281078 or 4911053. OLE color: 4911053.
HSL color Cylindrical-coordinate representation of color #CDEF4A: hue angle of 72.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDEF4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.06 |
| HSL | 72.36º | 0.84% | 0.61% | - |
| HSV(B) | 72.36º | 0.69% | 0.94% | - |
| XYZ | 57.28 | 75.21 | 17.98 | - |
| YUV | 210.02 | 51.24 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 74 | 0.14 | 0 | 0.69 | 0.06 | 72.36 | 0.84 | 0.61 |
| Hex | CD | EF | 4A | E | 0 | 45 | 6 | 48 | 54 | 3D |
| Octal | 315 | 357 | 112 | 16 | 0 | 105 | 6 | 110 | 124 | 75 |
| Binary | 11001101 | 11101111 | 1001010 | 1110 | 0 | 1000101 | 110 | 1001000 | 1010100 | 111101 |
Color Harmonies of #CDEF4A
Complementary color
Monochromatic Colors of #CDEF4A
Black with #CDEF4A
Text Example
Text Example
White with #CDEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF4A; }
p { color: rgb(205,239,74); }
H1.HeaderClassName
{
color: #CDEF4A;
}
.AnyTagClassName
{
color: #CDEF4A;
}
</style>
background-color css
<style>
a { background-color: #CDEF4A; }
a { background-color: rgb(205,239,74); }
div.DivClassName
{
background-color: #CDEF4A;
}
.BgClassName
{
background-color: #CDEF4A;
}
</style>
border-color css
<style>
span { border-color: #CDEF4A; }
span { border-color: rgb(205,239,74); }
td.TdClassName
{
border-color: #CDEF4A;
}
.TagClassName
{
border-color: #CDEF4A;
}
</style>