Shades of Pear #CDF324
Tints of Pear #CDF324
RGB
CMYK
RGB Variations
Color information
#CDF324 (or 0xCDF324) is known color: Pear. HEX triplet: CD, F3 and 24. RGB value is (205,243,36). Sum of RGB (Red+Green+Blue) = 205+243+36=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF324 is #320CDB. Grayscale: #D0D0D0. Windows color (decimal): -3280092 or 2421709. OLE color: 2421709.
HSL color Cylindrical-coordinate representation of color #CDF324: hue angle of 71.01º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF324 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 36 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.05 |
| HSL | 71.01º | 0.9% | 0.55% | - |
| HSV(B) | 71.01º | 0.85% | 0.95% | - |
| XYZ | 57.55 | 77.21 | 13.54 | - |
| YUV | 208.04 | 30.91 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 36 | 0.16 | 0 | 0.85 | 0.05 | 71.01 | 0.9 | 0.55 |
| Hex | CD | F3 | 24 | 10 | 0 | 55 | 5 | 47 | 5A | 37 |
| Octal | 315 | 363 | 44 | 20 | 0 | 125 | 5 | 107 | 132 | 67 |
| Binary | 11001101 | 11110011 | 100100 | 10000 | 0 | 1010101 | 101 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CDF324
Complementary color
Monochromatic Colors of #CDF324
Black with #CDF324
Text Example
Text Example
White with #CDF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF324; }
p { color: rgb(205,243,36); }
H1.HeaderClassName
{
color: #CDF324;
}
.AnyTagClassName
{
color: #CDF324;
}
</style>
background-color css
<style>
a { background-color: #CDF324; }
a { background-color: rgb(205,243,36); }
div.DivClassName
{
background-color: #CDF324;
}
.BgClassName
{
background-color: #CDF324;
}
</style>
border-color css
<style>
span { border-color: #CDF324; }
span { border-color: rgb(205,243,36); }
td.TdClassName
{
border-color: #CDF324;
}
.TagClassName
{
border-color: #CDF324;
}
</style>