Shades of Pear #CDEF30
Tints of Pear #CDEF30
RGB
CMYK
RGB Variations
Color information
#CDEF30 (or 0xCDEF30) is known color: Pear. HEX triplet: CD, EF and 30. RGB value is (205,239,48). Sum of RGB (Red+Green+Blue) = 205+239+48=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF30 is #3210CF. Grayscale: #CFCFCF. Windows color (decimal): -3281104 or 3207117. OLE color: 3207117.
HSL color Cylindrical-coordinate representation of color #CDEF30: hue angle of 70.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDEF30 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 48 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.06 |
| HSL | 70.68º | 0.86% | 0.56% | - |
| HSV(B) | 70.68º | 0.8% | 0.94% | - |
| XYZ | 56.58 | 74.93 | 14.28 | - |
| YUV | 207.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 48 | 0.14 | 0 | 0.80 | 0.06 | 70.68 | 0.86 | 0.56 |
| Hex | CD | EF | 30 | E | 0 | 50 | 6 | 47 | 56 | 38 |
| Octal | 315 | 357 | 60 | 16 | 0 | 120 | 6 | 107 | 126 | 70 |
| Binary | 11001101 | 11101111 | 110000 | 1110 | 0 | 1010000 | 110 | 1000111 | 1010110 | 111000 |
Color Harmonies of #CDEF30
Complementary color
Monochromatic Colors of #CDEF30
Black with #CDEF30
Text Example
Text Example
White with #CDEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF30; }
p { color: rgb(205,239,48); }
H1.HeaderClassName
{
color: #CDEF30;
}
.AnyTagClassName
{
color: #CDEF30;
}
</style>
background-color css
<style>
a { background-color: #CDEF30; }
a { background-color: rgb(205,239,48); }
div.DivClassName
{
background-color: #CDEF30;
}
.BgClassName
{
background-color: #CDEF30;
}
</style>
border-color css
<style>
span { border-color: #CDEF30; }
span { border-color: rgb(205,239,48); }
td.TdClassName
{
border-color: #CDEF30;
}
.TagClassName
{
border-color: #CDEF30;
}
</style>