Shades of Pear #CDF432
Tints of Pear #CDF432
RGB
CMYK
RGB Variations
Color information
#CDF432 (or 0xCDF432) is known color: Pear. HEX triplet: CD, F4 and 32. RGB value is (205,244,50). Sum of RGB (Red+Green+Blue) = 205+244+50=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF432 is #320BCD. Grayscale: #D2D2D2. Windows color (decimal): -3279822 or 3339469. OLE color: 3339469.
HSL color Cylindrical-coordinate representation of color #CDF432: hue angle of 72.06º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF432 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 50 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.04 |
| HSL | 72.06º | 0.9% | 0.58% | - |
| HSV(B) | 72.06º | 0.8% | 0.96% | - |
| XYZ | 58.1 | 77.91 | 14.99 | - |
| YUV | 210.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 50 | 0.16 | 0 | 0.80 | 0.04 | 72.06 | 0.9 | 0.58 |
| Hex | CD | F4 | 32 | 10 | 0 | 50 | 4 | 48 | 5A | 3A |
| Octal | 315 | 364 | 62 | 20 | 0 | 120 | 4 | 110 | 132 | 72 |
| Binary | 11001101 | 11110100 | 110010 | 10000 | 0 | 1010000 | 100 | 1001000 | 1011010 | 111010 |
Color Harmonies of #CDF432
Complementary color
Monochromatic Colors of #CDF432
Black with #CDF432
Text Example
Text Example
White with #CDF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF432; }
p { color: rgb(205,244,50); }
H1.HeaderClassName
{
color: #CDF432;
}
.AnyTagClassName
{
color: #CDF432;
}
</style>
background-color css
<style>
a { background-color: #CDF432; }
a { background-color: rgb(205,244,50); }
div.DivClassName
{
background-color: #CDF432;
}
.BgClassName
{
background-color: #CDF432;
}
</style>
border-color css
<style>
span { border-color: #CDF432; }
span { border-color: rgb(205,244,50); }
td.TdClassName
{
border-color: #CDF432;
}
.TagClassName
{
border-color: #CDF432;
}
</style>