Shades of Pear #CDF53D
Tints of Pear #CDF53D
RGB
CMYK
RGB Variations
Color information
#CDF53D (or 0xCDF53D) is known color: Pear. HEX triplet: CD, F5 and 3D. RGB value is (205,245,61). Sum of RGB (Red+Green+Blue) = 205+245+61=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF53D is #320AC2. Grayscale: #D4D4D4. Windows color (decimal): -3279555 or 4060621. OLE color: 4060621.
HSL color Cylindrical-coordinate representation of color #CDF53D: hue angle of 73.04º 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 #CDF53D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 61 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 73.04º | 0.9% | 0.6% | - |
| HSV(B) | 73.04º | 0.75% | 0.96% | - |
| XYZ | 58.67 | 78.62 | 16.5 | - |
| YUV | 212.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 61 | 0.16 | 0 | 0.75 | 0.04 | 73.04 | 0.9 | 0.6 |
| Hex | CD | F5 | 3D | 10 | 0 | 4B | 4 | 49 | 5A | 3C |
| Octal | 315 | 365 | 75 | 20 | 0 | 113 | 4 | 111 | 132 | 74 |
| Binary | 11001101 | 11110101 | 111101 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CDF53D
Complementary color
Monochromatic Colors of #CDF53D
Black with #CDF53D
Text Example
Text Example
White with #CDF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF53D; }
p { color: rgb(205,245,61); }
H1.HeaderClassName
{
color: #CDF53D;
}
.AnyTagClassName
{
color: #CDF53D;
}
</style>
background-color css
<style>
a { background-color: #CDF53D; }
a { background-color: rgb(205,245,61); }
div.DivClassName
{
background-color: #CDF53D;
}
.BgClassName
{
background-color: #CDF53D;
}
</style>
border-color css
<style>
span { border-color: #CDF53D; }
span { border-color: rgb(205,245,61); }
td.TdClassName
{
border-color: #CDF53D;
}
.TagClassName
{
border-color: #CDF53D;
}
</style>