Shades of Pear #CDF940
Tints of Pear #CDF940
RGB
CMYK
RGB Variations
Color information
#CDF940 (or 0xCDF940) is known color: Pear. HEX triplet: CD, F9 and 40. RGB value is (205,249,64). Sum of RGB (Red+Green+Blue) = 205+249+64=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF940 is #3206BF. Grayscale: #D7D7D7. Windows color (decimal): -3278528 or 4258253. OLE color: 4258253.
HSL color Cylindrical-coordinate representation of color #CDF940: hue angle of 74.27º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDF940 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 64 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.02 |
| HSL | 74.27º | 0.94% | 0.61% | - |
| HSV(B) | 74.27º | 0.74% | 0.98% | - |
| XYZ | 59.98 | 81.1 | 17.34 | - |
| YUV | 214.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 64 | 0.18 | 0 | 0.74 | 0.02 | 74.27 | 0.94 | 0.61 |
| Hex | CD | F9 | 40 | 12 | 0 | 4A | 2 | 4A | 5E | 3D |
| Octal | 315 | 371 | 100 | 22 | 0 | 112 | 2 | 112 | 136 | 75 |
| Binary | 11001101 | 11111001 | 1000000 | 10010 | 0 | 1001010 | 10 | 1001010 | 1011110 | 111101 |
Color Harmonies of #CDF940
Complementary color
Monochromatic Colors of #CDF940
Black with #CDF940
Text Example
Text Example
White with #CDF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF940; }
p { color: rgb(205,249,64); }
H1.HeaderClassName
{
color: #CDF940;
}
.AnyTagClassName
{
color: #CDF940;
}
</style>
background-color css
<style>
a { background-color: #CDF940; }
a { background-color: rgb(205,249,64); }
div.DivClassName
{
background-color: #CDF940;
}
.BgClassName
{
background-color: #CDF940;
}
</style>
border-color css
<style>
span { border-color: #CDF940; }
span { border-color: rgb(205,249,64); }
td.TdClassName
{
border-color: #CDF940;
}
.TagClassName
{
border-color: #CDF940;
}
</style>