Shades of Pear #CDE31B
Tints of Pear #CDE31B
RGB
CMYK
RGB Variations
Color information
#CDE31B (or 0xCDE31B) is known color: Pear. HEX triplet: CD, E3 and 1B. RGB value is (205,227,27). Sum of RGB (Red+Green+Blue) = 205+227+27=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE31B is #321CE4. Grayscale: #C6C6C6. Windows color (decimal): -3284197 or 1827789. OLE color: 1827789.
HSL color Cylindrical-coordinate representation of color #CDE31B: hue angle of 66.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDE31B is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 27 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.11 |
| HSL | 66.6º | 0.79% | 0.5% | - |
| HSV(B) | 66.6º | 0.88% | 0.89% | - |
| XYZ | 52.84 | 68 | 11.38 | - |
| YUV | 197.62 | 31.71 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 27 | 0.10 | 0 | 0.88 | 0.11 | 66.6 | 0.79 | 0.5 |
| Hex | CD | E3 | 1B | A | 0 | 58 | B | 43 | 4F | 32 |
| Octal | 315 | 343 | 33 | 12 | 0 | 130 | 13 | 103 | 117 | 62 |
| Binary | 11001101 | 11100011 | 11011 | 1010 | 0 | 1011000 | 1011 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CDE31B
Complementary color
Monochromatic Colors of #CDE31B
Black with #CDE31B
Text Example
Text Example
White with #CDE31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE31B; }
p { color: rgb(205,227,27); }
H1.HeaderClassName
{
color: #CDE31B;
}
.AnyTagClassName
{
color: #CDE31B;
}
</style>
background-color css
<style>
a { background-color: #CDE31B; }
a { background-color: rgb(205,227,27); }
div.DivClassName
{
background-color: #CDE31B;
}
.BgClassName
{
background-color: #CDE31B;
}
</style>
border-color css
<style>
span { border-color: #CDE31B; }
span { border-color: rgb(205,227,27); }
td.TdClassName
{
border-color: #CDE31B;
}
.TagClassName
{
border-color: #CDE31B;
}
</style>