Shades of Pear #CDE51B
Tints of Pear #CDE51B
RGB
CMYK
RGB Variations
Color information
#CDE51B (or 0xCDE51B) is known color: Pear. HEX triplet: CD, E5 and 1B. RGB value is (205,229,27). Sum of RGB (Red+Green+Blue) = 205+229+27=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE51B is #321AE4. Grayscale: #C7C7C7. Windows color (decimal): -3283685 or 1828301. OLE color: 1828301.
HSL color Cylindrical-coordinate representation of color #CDE51B: hue angle of 67.13º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDE51B is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 27 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.10 |
| HSL | 67.13º | 0.8% | 0.5% | - |
| HSV(B) | 67.13º | 0.88% | 0.9% | - |
| XYZ | 53.39 | 69.1 | 11.56 | - |
| YUV | 198.8 | 31.05 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 27 | 0.10 | 0 | 0.88 | 0.10 | 67.13 | 0.8 | 0.5 |
| Hex | CD | E5 | 1B | A | 0 | 58 | A | 43 | 50 | 32 |
| Octal | 315 | 345 | 33 | 12 | 0 | 130 | 12 | 103 | 120 | 62 |
| Binary | 11001101 | 11100101 | 11011 | 1010 | 0 | 1011000 | 1010 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CDE51B
Complementary color
Monochromatic Colors of #CDE51B
Black with #CDE51B
Text Example
Text Example
White with #CDE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE51B; }
p { color: rgb(205,229,27); }
H1.HeaderClassName
{
color: #CDE51B;
}
.AnyTagClassName
{
color: #CDE51B;
}
</style>
background-color css
<style>
a { background-color: #CDE51B; }
a { background-color: rgb(205,229,27); }
div.DivClassName
{
background-color: #CDE51B;
}
.BgClassName
{
background-color: #CDE51B;
}
</style>
border-color css
<style>
span { border-color: #CDE51B; }
span { border-color: rgb(205,229,27); }
td.TdClassName
{
border-color: #CDE51B;
}
.TagClassName
{
border-color: #CDE51B;
}
</style>