Shades of Pear #CDF445
Tints of Pear #CDF445
RGB
CMYK
RGB Variations
Color information
#CDF445 (or 0xCDF445) is known color: Pear. HEX triplet: CD, F4 and 45. RGB value is (205,244,69). Sum of RGB (Red+Green+Blue) = 205+244+69=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF445 is #320BBA. Grayscale: #D5D5D5. Windows color (decimal): -3279803 or 4584653. OLE color: 4584653.
HSL color Cylindrical-coordinate representation of color #CDF445: hue angle of 73.37º degrees, saturation: 0.89, 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 #CDF445 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 69 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.37º | 0.89% | 0.61% | - |
| HSV(B) | 73.37º | 0.72% | 0.96% | - |
| XYZ | 58.6 | 78.11 | 17.62 | - |
| YUV | 212.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 69 | 0.16 | 0 | 0.72 | 0.04 | 73.37 | 0.89 | 0.61 |
| Hex | CD | F4 | 45 | 10 | 0 | 48 | 4 | 49 | 59 | 3D |
| Octal | 315 | 364 | 105 | 20 | 0 | 110 | 4 | 111 | 131 | 75 |
| Binary | 11001101 | 11110100 | 1000101 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011001 | 111101 |
Color Harmonies of #CDF445
Complementary color
Monochromatic Colors of #CDF445
Black with #CDF445
Text Example
Text Example
White with #CDF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF445; }
p { color: rgb(205,244,69); }
H1.HeaderClassName
{
color: #CDF445;
}
.AnyTagClassName
{
color: #CDF445;
}
</style>
background-color css
<style>
a { background-color: #CDF445; }
a { background-color: rgb(205,244,69); }
div.DivClassName
{
background-color: #CDF445;
}
.BgClassName
{
background-color: #CDF445;
}
</style>
border-color css
<style>
span { border-color: #CDF445; }
span { border-color: rgb(205,244,69); }
td.TdClassName
{
border-color: #CDF445;
}
.TagClassName
{
border-color: #CDF445;
}
</style>