Shades of Pear #CDF53E
Tints of Pear #CDF53E
RGB
CMYK
RGB Variations
Color information
#CDF53E (or 0xCDF53E) is known color: Pear. HEX triplet: CD, F5 and 3E. RGB value is (205,245,62). Sum of RGB (Red+Green+Blue) = 205+245+62=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF53E is #320AC1. Grayscale: #D4D4D4. Windows color (decimal): -3279554 or 4126157. OLE color: 4126157.
HSL color Cylindrical-coordinate representation of color #CDF53E: hue angle of 73.11º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDF53E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 62 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 73.11º | 0.9% | 0.6% | - |
| HSV(B) | 73.11º | 0.75% | 0.96% | - |
| XYZ | 58.7 | 78.63 | 16.64 | - |
| YUV | 212.18 | 43.25 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 62 | 0.16 | 0 | 0.75 | 0.04 | 73.11 | 0.9 | 0.6 |
| Hex | CD | F5 | 3E | 10 | 0 | 4B | 4 | 49 | 5A | 3C |
| Octal | 315 | 365 | 76 | 20 | 0 | 113 | 4 | 111 | 132 | 74 |
| Binary | 11001101 | 11110101 | 111110 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CDF53E
Complementary color
Monochromatic Colors of #CDF53E
Black with #CDF53E
Text Example
Text Example
White with #CDF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF53E; }
p { color: rgb(205,245,62); }
H1.HeaderClassName
{
color: #CDF53E;
}
.AnyTagClassName
{
color: #CDF53E;
}
</style>
background-color css
<style>
a { background-color: #CDF53E; }
a { background-color: rgb(205,245,62); }
div.DivClassName
{
background-color: #CDF53E;
}
.BgClassName
{
background-color: #CDF53E;
}
</style>
border-color css
<style>
span { border-color: #CDF53E; }
span { border-color: rgb(205,245,62); }
td.TdClassName
{
border-color: #CDF53E;
}
.TagClassName
{
border-color: #CDF53E;
}
</style>