Shades of Pear #CDF131
Tints of Pear #CDF131
RGB
CMYK
RGB Variations
Color information
#CDF131 (or 0xCDF131) is known color: Pear. HEX triplet: CD, F1 and 31. RGB value is (205,241,49). Sum of RGB (Red+Green+Blue) = 205+241+49=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF131 is #320ECE. Grayscale: #D1D1D1. Windows color (decimal): -3280591 or 3273165. OLE color: 3273165.
HSL color Cylindrical-coordinate representation of color #CDF131: hue angle of 71.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF131 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 49 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.05 |
| HSL | 71.25º | 0.87% | 0.57% | - |
| HSV(B) | 71.25º | 0.8% | 0.95% | - |
| XYZ | 57.19 | 76.11 | 14.58 | - |
| YUV | 208.35 | 38.07 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 49 | 0.15 | 0 | 0.80 | 0.05 | 71.25 | 0.87 | 0.57 |
| Hex | CD | F1 | 31 | F | 0 | 50 | 5 | 47 | 57 | 39 |
| Octal | 315 | 361 | 61 | 17 | 0 | 120 | 5 | 107 | 127 | 71 |
| Binary | 11001101 | 11110001 | 110001 | 1111 | 0 | 1010000 | 101 | 1000111 | 1010111 | 111001 |
Color Harmonies of #CDF131
Complementary color
Monochromatic Colors of #CDF131
Black with #CDF131
Text Example
Text Example
White with #CDF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF131; }
p { color: rgb(205,241,49); }
H1.HeaderClassName
{
color: #CDF131;
}
.AnyTagClassName
{
color: #CDF131;
}
</style>
background-color css
<style>
a { background-color: #CDF131; }
a { background-color: rgb(205,241,49); }
div.DivClassName
{
background-color: #CDF131;
}
.BgClassName
{
background-color: #CDF131;
}
</style>
border-color css
<style>
span { border-color: #CDF131; }
span { border-color: rgb(205,241,49); }
td.TdClassName
{
border-color: #CDF131;
}
.TagClassName
{
border-color: #CDF131;
}
</style>