Shades of Pear #CDF134
Tints of Pear #CDF134
RGB
CMYK
RGB Variations
Color information
#CDF134 (or 0xCDF134) is known color: Pear. HEX triplet: CD, F1 and 34. RGB value is (205,241,52). Sum of RGB (Red+Green+Blue) = 205+241+52=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF134 is #320ECB. Grayscale: #D1D1D1. Windows color (decimal): -3280588 or 3469773. OLE color: 3469773.
HSL color Cylindrical-coordinate representation of color #CDF134: hue angle of 71.43º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDF134 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 52 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.05 |
| HSL | 71.43º | 0.87% | 0.57% | - |
| HSV(B) | 71.43º | 0.78% | 0.95% | - |
| XYZ | 57.25 | 76.14 | 14.93 | - |
| YUV | 208.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 52 | 0.15 | 0 | 0.78 | 0.05 | 71.43 | 0.87 | 0.57 |
| Hex | CD | F1 | 34 | F | 0 | 4E | 5 | 47 | 57 | 39 |
| Octal | 315 | 361 | 64 | 17 | 0 | 116 | 5 | 107 | 127 | 71 |
| Binary | 11001101 | 11110001 | 110100 | 1111 | 0 | 1001110 | 101 | 1000111 | 1010111 | 111001 |
Color Harmonies of #CDF134
Complementary color
Monochromatic Colors of #CDF134
Black with #CDF134
Text Example
Text Example
White with #CDF134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF134; }
p { color: rgb(205,241,52); }
H1.HeaderClassName
{
color: #CDF134;
}
.AnyTagClassName
{
color: #CDF134;
}
</style>
background-color css
<style>
a { background-color: #CDF134; }
a { background-color: rgb(205,241,52); }
div.DivClassName
{
background-color: #CDF134;
}
.BgClassName
{
background-color: #CDF134;
}
</style>
border-color css
<style>
span { border-color: #CDF134; }
span { border-color: rgb(205,241,52); }
td.TdClassName
{
border-color: #CDF134;
}
.TagClassName
{
border-color: #CDF134;
}
</style>