Shades of Pear #CDF129
Tints of Pear #CDF129
RGB
CMYK
RGB Variations
Color information
#CDF129 (or 0xCDF129) is known color: Pear. HEX triplet: CD, F1 and 29. RGB value is (205,241,41). Sum of RGB (Red+Green+Blue) = 205+241+41=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF129 is #320ED6. Grayscale: #D0D0D0. Windows color (decimal): -3280599 or 2748877. OLE color: 2748877.
HSL color Cylindrical-coordinate representation of color #CDF129: hue angle of 70.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDF129 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 41 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.05 |
| HSL | 70.8º | 0.88% | 0.55% | - |
| HSV(B) | 70.8º | 0.83% | 0.95% | - |
| XYZ | 57.03 | 76.05 | 13.77 | - |
| YUV | 207.44 | 34.07 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 41 | 0.15 | 0 | 0.83 | 0.05 | 70.8 | 0.88 | 0.55 |
| Hex | CD | F1 | 29 | F | 0 | 53 | 5 | 47 | 58 | 37 |
| Octal | 315 | 361 | 51 | 17 | 0 | 123 | 5 | 107 | 130 | 67 |
| Binary | 11001101 | 11110001 | 101001 | 1111 | 0 | 1010011 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CDF129
Complementary color
Monochromatic Colors of #CDF129
Black with #CDF129
Text Example
Text Example
White with #CDF129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF129; }
p { color: rgb(205,241,41); }
H1.HeaderClassName
{
color: #CDF129;
}
.AnyTagClassName
{
color: #CDF129;
}
</style>
background-color css
<style>
a { background-color: #CDF129; }
a { background-color: rgb(205,241,41); }
div.DivClassName
{
background-color: #CDF129;
}
.BgClassName
{
background-color: #CDF129;
}
</style>
border-color css
<style>
span { border-color: #CDF129; }
span { border-color: rgb(205,241,41); }
td.TdClassName
{
border-color: #CDF129;
}
.TagClassName
{
border-color: #CDF129;
}
</style>