Shades of Pear #CDF126
Tints of Pear #CDF126
RGB
CMYK
RGB Variations
Color information
#CDF126 (or 0xCDF126) is known color: Pear. HEX triplet: CD, F1 and 26. RGB value is (205,241,38). Sum of RGB (Red+Green+Blue) = 205+241+38=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF126 is #320ED9. Grayscale: #CFCFCF. Windows color (decimal): -3280602 or 2552269. OLE color: 2552269.
HSL color Cylindrical-coordinate representation of color #CDF126: hue angle of 70.64º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDF126 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 38 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.05 |
| HSL | 70.64º | 0.88% | 0.55% | - |
| HSV(B) | 70.64º | 0.84% | 0.95% | - |
| XYZ | 56.98 | 76.03 | 13.51 | - |
| YUV | 207.09 | 32.57 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 38 | 0.15 | 0 | 0.84 | 0.05 | 70.64 | 0.88 | 0.55 |
| Hex | CD | F1 | 26 | F | 0 | 54 | 5 | 47 | 58 | 37 |
| Octal | 315 | 361 | 46 | 17 | 0 | 124 | 5 | 107 | 130 | 67 |
| Binary | 11001101 | 11110001 | 100110 | 1111 | 0 | 1010100 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CDF126
Complementary color
Monochromatic Colors of #CDF126
Black with #CDF126
Text Example
Text Example
White with #CDF126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF126; }
p { color: rgb(205,241,38); }
H1.HeaderClassName
{
color: #CDF126;
}
.AnyTagClassName
{
color: #CDF126;
}
</style>
background-color css
<style>
a { background-color: #CDF126; }
a { background-color: rgb(205,241,38); }
div.DivClassName
{
background-color: #CDF126;
}
.BgClassName
{
background-color: #CDF126;
}
</style>
border-color css
<style>
span { border-color: #CDF126; }
span { border-color: rgb(205,241,38); }
td.TdClassName
{
border-color: #CDF126;
}
.TagClassName
{
border-color: #CDF126;
}
</style>