Shades of Pear #CDF32A
Tints of Pear #CDF32A
RGB
CMYK
RGB Variations
Color information
#CDF32A (or 0xCDF32A) is known color: Pear. HEX triplet: CD, F3 and 2A. RGB value is (205,243,42). Sum of RGB (Red+Green+Blue) = 205+243+42=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF32A is #320CD5. Grayscale: #D1D1D1. Windows color (decimal): -3280086 or 2814925. OLE color: 2814925.
HSL color Cylindrical-coordinate representation of color #CDF32A: hue angle of 71.34º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDF32A is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 42 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.05 |
| HSL | 71.34º | 0.89% | 0.56% | - |
| HSV(B) | 71.34º | 0.83% | 0.95% | - |
| XYZ | 57.65 | 77.25 | 14.06 | - |
| YUV | 208.72 | 33.91 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 42 | 0.16 | 0 | 0.83 | 0.05 | 71.34 | 0.89 | 0.56 |
| Hex | CD | F3 | 2A | 10 | 0 | 53 | 5 | 47 | 59 | 38 |
| Octal | 315 | 363 | 52 | 20 | 0 | 123 | 5 | 107 | 131 | 70 |
| Binary | 11001101 | 11110011 | 101010 | 10000 | 0 | 1010011 | 101 | 1000111 | 1011001 | 111000 |
Color Harmonies of #CDF32A
Complementary color
Monochromatic Colors of #CDF32A
Black with #CDF32A
Text Example
Text Example
White with #CDF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF32A; }
p { color: rgb(205,243,42); }
H1.HeaderClassName
{
color: #CDF32A;
}
.AnyTagClassName
{
color: #CDF32A;
}
</style>
background-color css
<style>
a { background-color: #CDF32A; }
a { background-color: rgb(205,243,42); }
div.DivClassName
{
background-color: #CDF32A;
}
.BgClassName
{
background-color: #CDF32A;
}
</style>
border-color css
<style>
span { border-color: #CDF32A; }
span { border-color: rgb(205,243,42); }
td.TdClassName
{
border-color: #CDF32A;
}
.TagClassName
{
border-color: #CDF32A;
}
</style>