Shades of Pear #CDF141
Tints of Pear #CDF141
RGB
CMYK
RGB Variations
Color information
#CDF141 (or 0xCDF141) is known color: Pear. HEX triplet: CD, F1 and 41. RGB value is (205,241,65). Sum of RGB (Red+Green+Blue) = 205+241+65=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF141 is #320EBE. Grayscale: #D2D2D2. Windows color (decimal): -3280575 or 4321741. OLE color: 4321741.
HSL color Cylindrical-coordinate representation of color #CDF141: hue angle of 72.27º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF141 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 72.27º | 0.86% | 0.6% | - |
| HSV(B) | 72.27º | 0.73% | 0.95% | - |
| XYZ | 57.59 | 76.27 | 16.69 | - |
| YUV | 210.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 65 | 0.15 | 0 | 0.73 | 0.05 | 72.27 | 0.86 | 0.6 |
| Hex | CD | F1 | 41 | F | 0 | 49 | 5 | 48 | 56 | 3C |
| Octal | 315 | 361 | 101 | 17 | 0 | 111 | 5 | 110 | 126 | 74 |
| Binary | 11001101 | 11110001 | 1000001 | 1111 | 0 | 1001001 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CDF141
Complementary color
Monochromatic Colors of #CDF141
Black with #CDF141
Text Example
Text Example
White with #CDF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF141; }
p { color: rgb(205,241,65); }
H1.HeaderClassName
{
color: #CDF141;
}
.AnyTagClassName
{
color: #CDF141;
}
</style>
background-color css
<style>
a { background-color: #CDF141; }
a { background-color: rgb(205,241,65); }
div.DivClassName
{
background-color: #CDF141;
}
.BgClassName
{
background-color: #CDF141;
}
</style>
border-color css
<style>
span { border-color: #CDF141; }
span { border-color: rgb(205,241,65); }
td.TdClassName
{
border-color: #CDF141;
}
.TagClassName
{
border-color: #CDF141;
}
</style>