Shades of Pear #CDE91B
Tints of Pear #CDE91B
RGB
CMYK
RGB Variations
Color information
#CDE91B (or 0xCDE91B) is known color: Pear. HEX triplet: CD, E9 and 1B. RGB value is (205,233,27). Sum of RGB (Red+Green+Blue) = 205+233+27=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE91B is #3216E4. Grayscale: #C9C9C9. Windows color (decimal): -3282661 or 1829325. OLE color: 1829325.
HSL color Cylindrical-coordinate representation of color #CDE91B: hue angle of 68.16º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDE91B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 27 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.09 |
| HSL | 68.16º | 0.82% | 0.51% | - |
| HSV(B) | 68.16º | 0.88% | 0.91% | - |
| XYZ | 54.51 | 71.34 | 11.93 | - |
| YUV | 201.14 | 29.72 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 27 | 0.12 | 0 | 0.88 | 0.09 | 68.16 | 0.82 | 0.51 |
| Hex | CD | E9 | 1B | C | 0 | 58 | 9 | 44 | 52 | 33 |
| Octal | 315 | 351 | 33 | 14 | 0 | 130 | 11 | 104 | 122 | 63 |
| Binary | 11001101 | 11101001 | 11011 | 1100 | 0 | 1011000 | 1001 | 1000100 | 1010010 | 110011 |
Color Harmonies of #CDE91B
Complementary color
Monochromatic Colors of #CDE91B
Black with #CDE91B
Text Example
Text Example
White with #CDE91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE91B; }
p { color: rgb(205,233,27); }
H1.HeaderClassName
{
color: #CDE91B;
}
.AnyTagClassName
{
color: #CDE91B;
}
</style>
background-color css
<style>
a { background-color: #CDE91B; }
a { background-color: rgb(205,233,27); }
div.DivClassName
{
background-color: #CDE91B;
}
.BgClassName
{
background-color: #CDE91B;
}
</style>
border-color css
<style>
span { border-color: #CDE91B; }
span { border-color: rgb(205,233,27); }
td.TdClassName
{
border-color: #CDE91B;
}
.TagClassName
{
border-color: #CDE91B;
}
</style>