Shades of Pear #CDF448
Tints of Pear #CDF448
RGB
CMYK
RGB Variations
Color information
#CDF448 (or 0xCDF448) is known color: Pear. HEX triplet: CD, F4 and 48. RGB value is (205,244,72). Sum of RGB (Red+Green+Blue) = 205+244+72=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF448 is #320BB7. Grayscale: #D5D5D5. Windows color (decimal): -3279800 or 4781261. OLE color: 4781261.
HSL color Cylindrical-coordinate representation of color #CDF448: hue angle of 73.6º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF448 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 72 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.04 |
| HSL | 73.6º | 0.89% | 0.62% | - |
| HSV(B) | 73.6º | 0.7% | 0.96% | - |
| XYZ | 58.7 | 78.15 | 18.12 | - |
| YUV | 212.73 | 48.58 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 72 | 0.16 | 0 | 0.70 | 0.04 | 73.6 | 0.89 | 0.62 |
| Hex | CD | F4 | 48 | 10 | 0 | 46 | 4 | 4A | 59 | 3E |
| Octal | 315 | 364 | 110 | 20 | 0 | 106 | 4 | 112 | 131 | 76 |
| Binary | 11001101 | 11110100 | 1001000 | 10000 | 0 | 1000110 | 100 | 1001010 | 1011001 | 111110 |
Color Harmonies of #CDF448
Complementary color
Monochromatic Colors of #CDF448
Black with #CDF448
Text Example
Text Example
White with #CDF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF448; }
p { color: rgb(205,244,72); }
H1.HeaderClassName
{
color: #CDF448;
}
.AnyTagClassName
{
color: #CDF448;
}
</style>
background-color css
<style>
a { background-color: #CDF448; }
a { background-color: rgb(205,244,72); }
div.DivClassName
{
background-color: #CDF448;
}
.BgClassName
{
background-color: #CDF448;
}
</style>
border-color css
<style>
span { border-color: #CDF448; }
span { border-color: rgb(205,244,72); }
td.TdClassName
{
border-color: #CDF448;
}
.TagClassName
{
border-color: #CDF448;
}
</style>