Shades of Pear #CDF528
Tints of Pear #CDF528
RGB
CMYK
RGB Variations
Color information
#CDF528 (or 0xCDF528) is known color: Pear. HEX triplet: CD, F5 and 28. RGB value is (205,245,40). Sum of RGB (Red+Green+Blue) = 205+245+40=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF528 is #320AD7. Grayscale: #D2D2D2. Windows color (decimal): -3279576 or 2684365. OLE color: 2684365.
HSL color Cylindrical-coordinate representation of color #CDF528: hue angle of 71.71º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDF528 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 40 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.04 |
| HSL | 71.71º | 0.91% | 0.56% | - |
| HSV(B) | 71.71º | 0.84% | 0.96% | - |
| XYZ | 58.21 | 78.44 | 14.08 | - |
| YUV | 209.67 | 32.25 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 40 | 0.16 | 0 | 0.84 | 0.04 | 71.71 | 0.91 | 0.56 |
| Hex | CD | F5 | 28 | 10 | 0 | 54 | 4 | 48 | 5B | 38 |
| Octal | 315 | 365 | 50 | 20 | 0 | 124 | 4 | 110 | 133 | 70 |
| Binary | 11001101 | 11110101 | 101000 | 10000 | 0 | 1010100 | 100 | 1001000 | 1011011 | 111000 |
Color Harmonies of #CDF528
Complementary color
Monochromatic Colors of #CDF528
Black with #CDF528
Text Example
Text Example
White with #CDF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF528; }
p { color: rgb(205,245,40); }
H1.HeaderClassName
{
color: #CDF528;
}
.AnyTagClassName
{
color: #CDF528;
}
</style>
background-color css
<style>
a { background-color: #CDF528; }
a { background-color: rgb(205,245,40); }
div.DivClassName
{
background-color: #CDF528;
}
.BgClassName
{
background-color: #CDF528;
}
</style>
border-color css
<style>
span { border-color: #CDF528; }
span { border-color: rgb(205,245,40); }
td.TdClassName
{
border-color: #CDF528;
}
.TagClassName
{
border-color: #CDF528;
}
</style>