Shades of Pear #CDEF2A
Tints of Pear #CDEF2A
RGB
CMYK
RGB Variations
Color information
#CDEF2A (or 0xCDEF2A) is known color: Pear. HEX triplet: CD, EF and 2A. RGB value is (205,239,42). Sum of RGB (Red+Green+Blue) = 205+239+42=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF2A is #3210D5. Grayscale: #CFCFCF. Windows color (decimal): -3281110 or 2813901. OLE color: 2813901.
HSL color Cylindrical-coordinate representation of color #CDEF2A: hue angle of 70.36º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDEF2A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 42 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.06 |
| HSL | 70.36º | 0.86% | 0.55% | - |
| HSV(B) | 70.36º | 0.82% | 0.94% | - |
| XYZ | 56.46 | 74.88 | 13.67 | - |
| YUV | 206.38 | 35.24 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 42 | 0.14 | 0 | 0.82 | 0.06 | 70.36 | 0.86 | 0.55 |
| Hex | CD | EF | 2A | E | 0 | 52 | 6 | 46 | 56 | 37 |
| Octal | 315 | 357 | 52 | 16 | 0 | 122 | 6 | 106 | 126 | 67 |
| Binary | 11001101 | 11101111 | 101010 | 1110 | 0 | 1010010 | 110 | 1000110 | 1010110 | 110111 |
Color Harmonies of #CDEF2A
Complementary color
Monochromatic Colors of #CDEF2A
Black with #CDEF2A
Text Example
Text Example
White with #CDEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF2A; }
p { color: rgb(205,239,42); }
H1.HeaderClassName
{
color: #CDEF2A;
}
.AnyTagClassName
{
color: #CDEF2A;
}
</style>
background-color css
<style>
a { background-color: #CDEF2A; }
a { background-color: rgb(205,239,42); }
div.DivClassName
{
background-color: #CDEF2A;
}
.BgClassName
{
background-color: #CDEF2A;
}
</style>
border-color css
<style>
span { border-color: #CDEF2A; }
span { border-color: rgb(205,239,42); }
td.TdClassName
{
border-color: #CDEF2A;
}
.TagClassName
{
border-color: #CDEF2A;
}
</style>