Shades of Pear #CDF140
Tints of Pear #CDF140
RGB
CMYK
RGB Variations
Color information
#CDF140 (or 0xCDF140) is known color: Pear. HEX triplet: CD, F1 and 40. RGB value is (205,241,64). Sum of RGB (Red+Green+Blue) = 205+241+64=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF140 is #320EBF. Grayscale: #D2D2D2. Windows color (decimal): -3280576 or 4256205. OLE color: 4256205.
HSL color Cylindrical-coordinate representation of color #CDF140: hue angle of 72.2º 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 #CDF140 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 64 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 72.2º | 0.86% | 0.6% | - |
| HSV(B) | 72.2º | 0.73% | 0.95% | - |
| XYZ | 57.56 | 76.26 | 16.54 | - |
| YUV | 210.06 | 45.57 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 64 | 0.15 | 0 | 0.73 | 0.05 | 72.2 | 0.86 | 0.6 |
| Hex | CD | F1 | 40 | F | 0 | 49 | 5 | 48 | 56 | 3C |
| Octal | 315 | 361 | 100 | 17 | 0 | 111 | 5 | 110 | 126 | 74 |
| Binary | 11001101 | 11110001 | 1000000 | 1111 | 0 | 1001001 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CDF140
Complementary color
Monochromatic Colors of #CDF140
Black with #CDF140
Text Example
Text Example
White with #CDF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF140; }
p { color: rgb(205,241,64); }
H1.HeaderClassName
{
color: #CDF140;
}
.AnyTagClassName
{
color: #CDF140;
}
</style>
background-color css
<style>
a { background-color: #CDF140; }
a { background-color: rgb(205,241,64); }
div.DivClassName
{
background-color: #CDF140;
}
.BgClassName
{
background-color: #CDF140;
}
</style>
border-color css
<style>
span { border-color: #CDF140; }
span { border-color: rgb(205,241,64); }
td.TdClassName
{
border-color: #CDF140;
}
.TagClassName
{
border-color: #CDF140;
}
</style>