Shades of Pear #CDE51C
Tints of Pear #CDE51C
RGB
CMYK
RGB Variations
Color information
#CDE51C (or 0xCDE51C) is known color: Pear. HEX triplet: CD, E5 and 1C. RGB value is (205,229,28). Sum of RGB (Red+Green+Blue) = 205+229+28=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE51C is #321AE3. Grayscale: #C7C7C7. Windows color (decimal): -3283684 or 1893837. OLE color: 1893837.
HSL color Cylindrical-coordinate representation of color #CDE51C: hue angle of 67.16º degrees, saturation: 0.79, 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 #CDE51C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.10 |
| HSL | 67.16º | 0.79% | 0.5% | - |
| HSV(B) | 67.16º | 0.88% | 0.9% | - |
| XYZ | 53.41 | 69.1 | 11.62 | - |
| YUV | 198.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 28 | 0.10 | 0 | 0.88 | 0.10 | 67.16 | 0.79 | 0.5 |
| Hex | CD | E5 | 1C | A | 0 | 58 | A | 43 | 4F | 32 |
| Octal | 315 | 345 | 34 | 12 | 0 | 130 | 12 | 103 | 117 | 62 |
| Binary | 11001101 | 11100101 | 11100 | 1010 | 0 | 1011000 | 1010 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CDE51C
Complementary color
Monochromatic Colors of #CDE51C
Black with #CDE51C
Text Example
Text Example
White with #CDE51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE51C; }
p { color: rgb(205,229,28); }
H1.HeaderClassName
{
color: #CDE51C;
}
.AnyTagClassName
{
color: #CDE51C;
}
</style>
background-color css
<style>
a { background-color: #CDE51C; }
a { background-color: rgb(205,229,28); }
div.DivClassName
{
background-color: #CDE51C;
}
.BgClassName
{
background-color: #CDE51C;
}
</style>
border-color css
<style>
span { border-color: #CDE51C; }
span { border-color: rgb(205,229,28); }
td.TdClassName
{
border-color: #CDE51C;
}
.TagClassName
{
border-color: #CDE51C;
}
</style>