Shades of Pear #CDF741
Tints of Pear #CDF741
RGB
CMYK
RGB Variations
Color information
#CDF741 (or 0xCDF741) is known color: Pear. HEX triplet: CD, F7 and 41. RGB value is (205,247,65). Sum of RGB (Red+Green+Blue) = 205+247+65=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF741 is #3208BE. Grayscale: #D6D6D6. Windows color (decimal): -3279039 or 4323277. OLE color: 4323277.
HSL color Cylindrical-coordinate representation of color #CDF741: hue angle of 73.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDF741 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.03 |
| HSL | 73.85º | 0.92% | 0.61% | - |
| HSV(B) | 73.85º | 0.74% | 0.97% | - |
| XYZ | 59.39 | 79.88 | 17.29 | - |
| YUV | 213.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 65 | 0.17 | 0 | 0.74 | 0.03 | 73.85 | 0.92 | 0.61 |
| Hex | CD | F7 | 41 | 11 | 0 | 4A | 3 | 4A | 5C | 3D |
| Octal | 315 | 367 | 101 | 21 | 0 | 112 | 3 | 112 | 134 | 75 |
| Binary | 11001101 | 11110111 | 1000001 | 10001 | 0 | 1001010 | 11 | 1001010 | 1011100 | 111101 |
Color Harmonies of #CDF741
Complementary color
Monochromatic Colors of #CDF741
Black with #CDF741
Text Example
Text Example
White with #CDF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF741; }
p { color: rgb(205,247,65); }
H1.HeaderClassName
{
color: #CDF741;
}
.AnyTagClassName
{
color: #CDF741;
}
</style>
background-color css
<style>
a { background-color: #CDF741; }
a { background-color: rgb(205,247,65); }
div.DivClassName
{
background-color: #CDF741;
}
.BgClassName
{
background-color: #CDF741;
}
</style>
border-color css
<style>
span { border-color: #CDF741; }
span { border-color: rgb(205,247,65); }
td.TdClassName
{
border-color: #CDF741;
}
.TagClassName
{
border-color: #CDF741;
}
</style>