Shades of Pear #CDF525
Tints of Pear #CDF525
RGB
CMYK
RGB Variations
Color information
#CDF525 (or 0xCDF525) is known color: Pear. HEX triplet: CD, F5 and 25. RGB value is (205,245,37). Sum of RGB (Red+Green+Blue) = 205+245+37=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF525 is #320ADA. Grayscale: #D2D2D2. Windows color (decimal): -3279579 or 2487757. OLE color: 2487757.
HSL color Cylindrical-coordinate representation of color #CDF525: hue angle of 71.54º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF525 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 71.54º | 0.91% | 0.55% | - |
| HSV(B) | 71.54º | 0.85% | 0.96% | - |
| XYZ | 58.16 | 78.42 | 13.82 | - |
| YUV | 209.33 | 30.75 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 37 | 0.16 | 0 | 0.85 | 0.04 | 71.54 | 0.91 | 0.55 |
| Hex | CD | F5 | 25 | 10 | 0 | 55 | 4 | 48 | 5B | 37 |
| Octal | 315 | 365 | 45 | 20 | 0 | 125 | 4 | 110 | 133 | 67 |
| Binary | 11001101 | 11110101 | 100101 | 10000 | 0 | 1010101 | 100 | 1001000 | 1011011 | 110111 |
Color Harmonies of #CDF525
Complementary color
Monochromatic Colors of #CDF525
Black with #CDF525
Text Example
Text Example
White with #CDF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF525; }
p { color: rgb(205,245,37); }
H1.HeaderClassName
{
color: #CDF525;
}
.AnyTagClassName
{
color: #CDF525;
}
</style>
background-color css
<style>
a { background-color: #CDF525; }
a { background-color: rgb(205,245,37); }
div.DivClassName
{
background-color: #CDF525;
}
.BgClassName
{
background-color: #CDF525;
}
</style>
border-color css
<style>
span { border-color: #CDF525; }
span { border-color: rgb(205,245,37); }
td.TdClassName
{
border-color: #CDF525;
}
.TagClassName
{
border-color: #CDF525;
}
</style>