Shades of Pear #CDF521
Tints of Pear #CDF521
RGB
CMYK
RGB Variations
Color information
#CDF521 (or 0xCDF521) is known color: Pear. HEX triplet: CD, F5 and 21. RGB value is (205,245,33). Sum of RGB (Red+Green+Blue) = 205+245+33=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF521 is #320ADE. Grayscale: #D1D1D1. Windows color (decimal): -3279583 or 2225613. OLE color: 2225613.
HSL color Cylindrical-coordinate representation of color #CDF521: hue angle of 71.32º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF521 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 33 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 71.32º | 0.91% | 0.55% | - |
| HSV(B) | 71.32º | 0.87% | 0.96% | - |
| XYZ | 58.1 | 78.39 | 13.51 | - |
| YUV | 208.87 | 28.75 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 33 | 0.16 | 0 | 0.87 | 0.04 | 71.32 | 0.91 | 0.55 |
| Hex | CD | F5 | 21 | 10 | 0 | 57 | 4 | 47 | 5B | 37 |
| Octal | 315 | 365 | 41 | 20 | 0 | 127 | 4 | 107 | 133 | 67 |
| Binary | 11001101 | 11110101 | 100001 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110111 |
Color Harmonies of #CDF521
Complementary color
Monochromatic Colors of #CDF521
Black with #CDF521
Text Example
Text Example
White with #CDF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF521; }
p { color: rgb(205,245,33); }
H1.HeaderClassName
{
color: #CDF521;
}
.AnyTagClassName
{
color: #CDF521;
}
</style>
background-color css
<style>
a { background-color: #CDF521; }
a { background-color: rgb(205,245,33); }
div.DivClassName
{
background-color: #CDF521;
}
.BgClassName
{
background-color: #CDF521;
}
</style>
border-color css
<style>
span { border-color: #CDF521; }
span { border-color: rgb(205,245,33); }
td.TdClassName
{
border-color: #CDF521;
}
.TagClassName
{
border-color: #CDF521;
}
</style>