Shades of Pear #CDF21D
Tints of Pear #CDF21D
RGB
CMYK
RGB Variations
Color information
#CDF21D (or 0xCDF21D) is known color: Pear. HEX triplet: CD, F2 and 1D. RGB value is (205,242,29). Sum of RGB (Red+Green+Blue) = 205+242+29=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF21D is #320DE2. Grayscale: #CFCFCF. Windows color (decimal): -3280355 or 1962701. OLE color: 1962701.
HSL color Cylindrical-coordinate representation of color #CDF21D: hue angle of 70.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDF21D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 70.42º | 0.89% | 0.53% | - |
| HSV(B) | 70.42º | 0.88% | 0.95% | - |
| XYZ | 57.15 | 76.57 | 12.93 | - |
| YUV | 206.66 | 27.74 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 29 | 0.15 | 0 | 0.88 | 0.05 | 70.42 | 0.89 | 0.53 |
| Hex | CD | F2 | 1D | F | 0 | 58 | 5 | 46 | 59 | 35 |
| Octal | 315 | 362 | 35 | 17 | 0 | 130 | 5 | 106 | 131 | 65 |
| Binary | 11001101 | 11110010 | 11101 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011001 | 110101 |
Color Harmonies of #CDF21D
Complementary color
Monochromatic Colors of #CDF21D
Black with #CDF21D
Text Example
Text Example
White with #CDF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF21D; }
p { color: rgb(205,242,29); }
H1.HeaderClassName
{
color: #CDF21D;
}
.AnyTagClassName
{
color: #CDF21D;
}
</style>
background-color css
<style>
a { background-color: #CDF21D; }
a { background-color: rgb(205,242,29); }
div.DivClassName
{
background-color: #CDF21D;
}
.BgClassName
{
background-color: #CDF21D;
}
</style>
border-color css
<style>
span { border-color: #CDF21D; }
span { border-color: rgb(205,242,29); }
td.TdClassName
{
border-color: #CDF21D;
}
.TagClassName
{
border-color: #CDF21D;
}
</style>