Shades of Pear #CDF537
Tints of Pear #CDF537
RGB
CMYK
RGB Variations
Color information
#CDF537 (or 0xCDF537) is known color: Pear. HEX triplet: CD, F5 and 37. RGB value is (205,245,55). Sum of RGB (Red+Green+Blue) = 205+245+55=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF537 is #320AC8. Grayscale: #D4D4D4. Windows color (decimal): -3279561 or 3667405. OLE color: 3667405.
HSL color Cylindrical-coordinate representation of color #CDF537: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDF537 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 55 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.04 |
| HSL | 72.63º | 0.9% | 0.59% | - |
| HSV(B) | 72.63º | 0.78% | 0.96% | - |
| XYZ | 58.52 | 78.56 | 15.69 | - |
| YUV | 211.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 55 | 0.16 | 0 | 0.78 | 0.04 | 72.63 | 0.9 | 0.59 |
| Hex | CD | F5 | 37 | 10 | 0 | 4E | 4 | 49 | 5A | 3B |
| Octal | 315 | 365 | 67 | 20 | 0 | 116 | 4 | 111 | 132 | 73 |
| Binary | 11001101 | 11110101 | 110111 | 10000 | 0 | 1001110 | 100 | 1001001 | 1011010 | 111011 |
Color Harmonies of #CDF537
Complementary color
Monochromatic Colors of #CDF537
Black with #CDF537
Text Example
Text Example
White with #CDF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF537; }
p { color: rgb(205,245,55); }
H1.HeaderClassName
{
color: #CDF537;
}
.AnyTagClassName
{
color: #CDF537;
}
</style>
background-color css
<style>
a { background-color: #CDF537; }
a { background-color: rgb(205,245,55); }
div.DivClassName
{
background-color: #CDF537;
}
.BgClassName
{
background-color: #CDF537;
}
</style>
border-color css
<style>
span { border-color: #CDF537; }
span { border-color: rgb(205,245,55); }
td.TdClassName
{
border-color: #CDF537;
}
.TagClassName
{
border-color: #CDF537;
}
</style>