Shades of Pear #CDE41F
Tints of Pear #CDE41F
RGB
CMYK
RGB Variations
Color information
#CDE41F (or 0xCDE41F) is known color: Pear. HEX triplet: CD, E4 and 1F. RGB value is (205,228,31). Sum of RGB (Red+Green+Blue) = 205+228+31=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE41F is #321BE0. Grayscale: #C7C7C7. Windows color (decimal): -3283937 or 2090189. OLE color: 2090189.
HSL color Cylindrical-coordinate representation of color #CDE41F: hue angle of 67.01º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDE41F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 67.01º | 0.78% | 0.51% | - |
| HSV(B) | 67.01º | 0.86% | 0.89% | - |
| XYZ | 53.17 | 68.56 | 11.73 | - |
| YUV | 198.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 31 | 0.10 | 0 | 0.86 | 0.11 | 67.01 | 0.78 | 0.51 |
| Hex | CD | E4 | 1F | A | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 315 | 344 | 37 | 12 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001101 | 11100100 | 11111 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CDE41F
Complementary color
Monochromatic Colors of #CDE41F
Black with #CDE41F
Text Example
Text Example
White with #CDE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE41F; }
p { color: rgb(205,228,31); }
H1.HeaderClassName
{
color: #CDE41F;
}
.AnyTagClassName
{
color: #CDE41F;
}
</style>
background-color css
<style>
a { background-color: #CDE41F; }
a { background-color: rgb(205,228,31); }
div.DivClassName
{
background-color: #CDE41F;
}
.BgClassName
{
background-color: #CDE41F;
}
</style>
border-color css
<style>
span { border-color: #CDE41F; }
span { border-color: rgb(205,228,31); }
td.TdClassName
{
border-color: #CDE41F;
}
.TagClassName
{
border-color: #CDE41F;
}
</style>