Shades of Pear #CDF125
Tints of Pear #CDF125
RGB
CMYK
RGB Variations
Color information
#CDF125 (or 0xCDF125) is known color: Pear. HEX triplet: CD, F1 and 25. RGB value is (205,241,37). Sum of RGB (Red+Green+Blue) = 205+241+37=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF125 is #320EDA. Grayscale: #CFCFCF. Windows color (decimal): -3280603 or 2486733. OLE color: 2486733.
HSL color Cylindrical-coordinate representation of color #CDF125: hue angle of 70.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF125 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.59º | 0.88% | 0.55% | - |
| HSV(B) | 70.59º | 0.85% | 0.95% | - |
| XYZ | 56.97 | 76.02 | 13.42 | - |
| YUV | 206.98 | 32.07 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 37 | 0.15 | 0 | 0.85 | 0.05 | 70.59 | 0.88 | 0.55 |
| Hex | CD | F1 | 25 | F | 0 | 55 | 5 | 47 | 58 | 37 |
| Octal | 315 | 361 | 45 | 17 | 0 | 125 | 5 | 107 | 130 | 67 |
| Binary | 11001101 | 11110001 | 100101 | 1111 | 0 | 1010101 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CDF125
Complementary color
Monochromatic Colors of #CDF125
Black with #CDF125
Text Example
Text Example
White with #CDF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF125; }
p { color: rgb(205,241,37); }
H1.HeaderClassName
{
color: #CDF125;
}
.AnyTagClassName
{
color: #CDF125;
}
</style>
background-color css
<style>
a { background-color: #CDF125; }
a { background-color: rgb(205,241,37); }
div.DivClassName
{
background-color: #CDF125;
}
.BgClassName
{
background-color: #CDF125;
}
</style>
border-color css
<style>
span { border-color: #CDF125; }
span { border-color: rgb(205,241,37); }
td.TdClassName
{
border-color: #CDF125;
}
.TagClassName
{
border-color: #CDF125;
}
</style>