Shades of Pear #CDF54D
Tints of Pear #CDF54D
RGB
CMYK
RGB Variations
Color information
#CDF54D (or 0xCDF54D) is known color: Pear. HEX triplet: CD, F5 and 4D. RGB value is (205,245,77). Sum of RGB (Red+Green+Blue) = 205+245+77=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF54D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF54D is #320AB2. Grayscale: #D6D6D6. Windows color (decimal): -3279539 or 5109197. OLE color: 5109197.
HSL color Cylindrical-coordinate representation of color #CDF54D: hue angle of 74.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDF54D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 77 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 74.29º | 0.89% | 0.63% | - |
| HSV(B) | 74.29º | 0.69% | 0.96% | - |
| XYZ | 59.17 | 78.82 | 19.12 | - |
| YUV | 213.89 | 50.75 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 77 | 0.16 | 0 | 0.69 | 0.04 | 74.29 | 0.89 | 0.63 |
| Hex | CD | F5 | 4D | 10 | 0 | 45 | 4 | 4A | 59 | 3F |
| Octal | 315 | 365 | 115 | 20 | 0 | 105 | 4 | 112 | 131 | 77 |
| Binary | 11001101 | 11110101 | 1001101 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011001 | 111111 |
Color Harmonies of #CDF54D
Complementary color
Monochromatic Colors of #CDF54D
Black with #CDF54D
Text Example
Text Example
White with #CDF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF54D; }
p { color: rgb(205,245,77); }
H1.HeaderClassName
{
color: #CDF54D;
}
.AnyTagClassName
{
color: #CDF54D;
}
</style>
background-color css
<style>
a { background-color: #CDF54D; }
a { background-color: rgb(205,245,77); }
div.DivClassName
{
background-color: #CDF54D;
}
.BgClassName
{
background-color: #CDF54D;
}
</style>
border-color css
<style>
span { border-color: #CDF54D; }
span { border-color: rgb(205,245,77); }
td.TdClassName
{
border-color: #CDF54D;
}
.TagClassName
{
border-color: #CDF54D;
}
</style>