Shades of Pear #CDE21B
Tints of Pear #CDE21B
RGB
CMYK
RGB Variations
Color information
#CDE21B (or 0xCDE21B) is known color: Pear. HEX triplet: CD, E2 and 1B. RGB value is (205,226,27). Sum of RGB (Red+Green+Blue) = 205+226+27=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE21B is #321DE4. Grayscale: #C5C5C5. Windows color (decimal): -3284453 or 1827533. OLE color: 1827533.
HSL color Cylindrical-coordinate representation of color #CDE21B: hue angle of 66.33º 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 #CDE21B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.11 |
| HSL | 66.33º | 0.79% | 0.5% | - |
| HSV(B) | 66.33º | 0.88% | 0.89% | - |
| XYZ | 52.57 | 67.45 | 11.29 | - |
| YUV | 197.04 | 32.04 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 27 | 0.09 | 0 | 0.88 | 0.11 | 66.33 | 0.79 | 0.5 |
| Hex | CD | E2 | 1B | 9 | 0 | 58 | B | 42 | 4F | 32 |
| Octal | 315 | 342 | 33 | 11 | 0 | 130 | 13 | 102 | 117 | 62 |
| Binary | 11001101 | 11100010 | 11011 | 1001 | 0 | 1011000 | 1011 | 1000010 | 1001111 | 110010 |
Color Harmonies of #CDE21B
Complementary color
Monochromatic Colors of #CDE21B
Black with #CDE21B
Text Example
Text Example
White with #CDE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE21B; }
p { color: rgb(205,226,27); }
H1.HeaderClassName
{
color: #CDE21B;
}
.AnyTagClassName
{
color: #CDE21B;
}
</style>
background-color css
<style>
a { background-color: #CDE21B; }
a { background-color: rgb(205,226,27); }
div.DivClassName
{
background-color: #CDE21B;
}
.BgClassName
{
background-color: #CDE21B;
}
</style>
border-color css
<style>
span { border-color: #CDE21B; }
span { border-color: rgb(205,226,27); }
td.TdClassName
{
border-color: #CDE21B;
}
.TagClassName
{
border-color: #CDE21B;
}
</style>