Shades of Pear #CDE31F
Tints of Pear #CDE31F
RGB
CMYK
RGB Variations
Color information
#CDE31F (or 0xCDE31F) is known color: Pear. HEX triplet: CD, E3 and 1F. RGB value is (205,227,31). Sum of RGB (Red+Green+Blue) = 205+227+31=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE31F is #321CE0. Grayscale: #C6C6C6. Windows color (decimal): -3284193 or 2089933. OLE color: 2089933.
HSL color Cylindrical-coordinate representation of color #CDE31F: hue angle of 66.73º 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 #CDE31F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 66.73º | 0.78% | 0.51% | - |
| HSV(B) | 66.73º | 0.86% | 0.89% | - |
| XYZ | 52.89 | 68.02 | 11.64 | - |
| YUV | 198.08 | 33.71 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 31 | 0.10 | 0 | 0.86 | 0.11 | 66.73 | 0.78 | 0.51 |
| Hex | CD | E3 | 1F | A | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 315 | 343 | 37 | 12 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001101 | 11100011 | 11111 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CDE31F
Complementary color
Monochromatic Colors of #CDE31F
Black with #CDE31F
Text Example
Text Example
White with #CDE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE31F; }
p { color: rgb(205,227,31); }
H1.HeaderClassName
{
color: #CDE31F;
}
.AnyTagClassName
{
color: #CDE31F;
}
</style>
background-color css
<style>
a { background-color: #CDE31F; }
a { background-color: rgb(205,227,31); }
div.DivClassName
{
background-color: #CDE31F;
}
.BgClassName
{
background-color: #CDE31F;
}
</style>
border-color css
<style>
span { border-color: #CDE31F; }
span { border-color: rgb(205,227,31); }
td.TdClassName
{
border-color: #CDE31F;
}
.TagClassName
{
border-color: #CDE31F;
}
</style>