Shades of Pear #CDF11D
Tints of Pear #CDF11D
RGB
CMYK
RGB Variations
Color information
#CDF11D (or 0xCDF11D) is known color: Pear. HEX triplet: CD, F1 and 1D. RGB value is (205,241,29). Sum of RGB (Red+Green+Blue) = 205+241+29=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF11D is #320EE2. Grayscale: #CECECE. Windows color (decimal): -3280611 or 1962445. OLE color: 1962445.
HSL color Cylindrical-coordinate representation of color #CDF11D: hue angle of 70.19º degrees, saturation: 0.88, 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 #CDF11D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 70.19º | 0.88% | 0.53% | - |
| HSV(B) | 70.19º | 0.88% | 0.95% | - |
| XYZ | 56.85 | 75.98 | 12.83 | - |
| YUV | 206.07 | 28.07 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 29 | 0.15 | 0 | 0.88 | 0.05 | 70.19 | 0.88 | 0.53 |
| Hex | CD | F1 | 1D | F | 0 | 58 | 5 | 46 | 58 | 35 |
| Octal | 315 | 361 | 35 | 17 | 0 | 130 | 5 | 106 | 130 | 65 |
| Binary | 11001101 | 11110001 | 11101 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CDF11D
Complementary color
Monochromatic Colors of #CDF11D
Black with #CDF11D
Text Example
Text Example
White with #CDF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF11D; }
p { color: rgb(205,241,29); }
H1.HeaderClassName
{
color: #CDF11D;
}
.AnyTagClassName
{
color: #CDF11D;
}
</style>
background-color css
<style>
a { background-color: #CDF11D; }
a { background-color: rgb(205,241,29); }
div.DivClassName
{
background-color: #CDF11D;
}
.BgClassName
{
background-color: #CDF11D;
}
</style>
border-color css
<style>
span { border-color: #CDF11D; }
span { border-color: rgb(205,241,29); }
td.TdClassName
{
border-color: #CDF11D;
}
.TagClassName
{
border-color: #CDF11D;
}
</style>