Shades of Pear #CDF41F
Tints of Pear #CDF41F
RGB
CMYK
RGB Variations
Color information
#CDF41F (or 0xCDF41F) is known color: Pear. HEX triplet: CD, F4 and 1F. RGB value is (205,244,31). Sum of RGB (Red+Green+Blue) = 205+244+31=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF41F is #320BE0. Grayscale: #D0D0D0. Windows color (decimal): -3279841 or 2094285. OLE color: 2094285.
HSL color Cylindrical-coordinate representation of color #CDF41F: hue angle of 70.99º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF41F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 70.99º | 0.91% | 0.54% | - |
| HSV(B) | 70.99º | 0.87% | 0.96% | - |
| XYZ | 57.77 | 77.78 | 13.26 | - |
| YUV | 208.06 | 28.08 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 31 | 0.16 | 0 | 0.87 | 0.04 | 70.99 | 0.91 | 0.54 |
| Hex | CD | F4 | 1F | 10 | 0 | 57 | 4 | 47 | 5B | 36 |
| Octal | 315 | 364 | 37 | 20 | 0 | 127 | 4 | 107 | 133 | 66 |
| Binary | 11001101 | 11110100 | 11111 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CDF41F
Complementary color
Monochromatic Colors of #CDF41F
Black with #CDF41F
Text Example
Text Example
White with #CDF41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF41F; }
p { color: rgb(205,244,31); }
H1.HeaderClassName
{
color: #CDF41F;
}
.AnyTagClassName
{
color: #CDF41F;
}
</style>
background-color css
<style>
a { background-color: #CDF41F; }
a { background-color: rgb(205,244,31); }
div.DivClassName
{
background-color: #CDF41F;
}
.BgClassName
{
background-color: #CDF41F;
}
</style>
border-color css
<style>
span { border-color: #CDF41F; }
span { border-color: rgb(205,244,31); }
td.TdClassName
{
border-color: #CDF41F;
}
.TagClassName
{
border-color: #CDF41F;
}
</style>