Shades of Pear #CDF443
Tints of Pear #CDF443
RGB
CMYK
RGB Variations
Color information
#CDF443 (or 0xCDF443) is known color: Pear. HEX triplet: CD, F4 and 43. RGB value is (205,244,67). Sum of RGB (Red+Green+Blue) = 205+244+67=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF443 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF443 is #320BBC. Grayscale: #D4D4D4. Windows color (decimal): -3279805 or 4453581. OLE color: 4453581.
HSL color Cylindrical-coordinate representation of color #CDF443: hue angle of 73.22º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF443 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 67 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.04 |
| HSL | 73.22º | 0.89% | 0.61% | - |
| HSV(B) | 73.22º | 0.73% | 0.96% | - |
| XYZ | 58.54 | 78.09 | 17.3 | - |
| YUV | 212.16 | 46.08 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 67 | 0.16 | 0 | 0.73 | 0.04 | 73.22 | 0.89 | 0.61 |
| Hex | CD | F4 | 43 | 10 | 0 | 49 | 4 | 49 | 59 | 3D |
| Octal | 315 | 364 | 103 | 20 | 0 | 111 | 4 | 111 | 131 | 75 |
| Binary | 11001101 | 11110100 | 1000011 | 10000 | 0 | 1001001 | 100 | 1001001 | 1011001 | 111101 |
Color Harmonies of #CDF443
Complementary color
Monochromatic Colors of #CDF443
Black with #CDF443
Text Example
Text Example
White with #CDF443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF443; }
p { color: rgb(205,244,67); }
H1.HeaderClassName
{
color: #CDF443;
}
.AnyTagClassName
{
color: #CDF443;
}
</style>
background-color css
<style>
a { background-color: #CDF443; }
a { background-color: rgb(205,244,67); }
div.DivClassName
{
background-color: #CDF443;
}
.BgClassName
{
background-color: #CDF443;
}
</style>
border-color css
<style>
span { border-color: #CDF443; }
span { border-color: rgb(205,244,67); }
td.TdClassName
{
border-color: #CDF443;
}
.TagClassName
{
border-color: #CDF443;
}
</style>