Shades of Pear #CDF544
Tints of Pear #CDF544
RGB
CMYK
RGB Variations
Color information
#CDF544 (or 0xCDF544) is known color: Pear. HEX triplet: CD, F5 and 44. RGB value is (205,245,68). Sum of RGB (Red+Green+Blue) = 205+245+68=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF544 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF544 is #320ABB. Grayscale: #D5D5D5. Windows color (decimal): -3279548 or 4519373. OLE color: 4519373.
HSL color Cylindrical-coordinate representation of color #CDF544: hue angle of 73.56º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF544 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.56º | 0.9% | 0.61% | - |
| HSV(B) | 73.56º | 0.72% | 0.96% | - |
| XYZ | 58.87 | 78.7 | 17.56 | - |
| YUV | 212.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 68 | 0.16 | 0 | 0.72 | 0.04 | 73.56 | 0.9 | 0.61 |
| Hex | CD | F5 | 44 | 10 | 0 | 48 | 4 | 4A | 5A | 3D |
| Octal | 315 | 365 | 104 | 20 | 0 | 110 | 4 | 112 | 132 | 75 |
| Binary | 11001101 | 11110101 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001010 | 1011010 | 111101 |
Color Harmonies of #CDF544
Complementary color
Monochromatic Colors of #CDF544
Black with #CDF544
Text Example
Text Example
White with #CDF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF544; }
p { color: rgb(205,245,68); }
H1.HeaderClassName
{
color: #CDF544;
}
.AnyTagClassName
{
color: #CDF544;
}
</style>
background-color css
<style>
a { background-color: #CDF544; }
a { background-color: rgb(205,245,68); }
div.DivClassName
{
background-color: #CDF544;
}
.BgClassName
{
background-color: #CDF544;
}
</style>
border-color css
<style>
span { border-color: #CDF544; }
span { border-color: rgb(205,245,68); }
td.TdClassName
{
border-color: #CDF544;
}
.TagClassName
{
border-color: #CDF544;
}
</style>