Shades of Pear #CEED40
Tints of Pear #CEED40
RGB
CMYK
RGB Variations
Color information
#CEED40 (or 0xCEED40) is known color: Pear. HEX triplet: CE, ED and 40. RGB value is (206,237,64). Sum of RGB (Red+Green+Blue) = 206+237+64=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED40 is #3112BF. Grayscale: #D0D0D0. Windows color (decimal): -3216064 or 4255182. OLE color: 4255182.
HSL color Cylindrical-coordinate representation of color #CEED40: hue angle of 70.75º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEED40 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 64 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.07 |
| HSL | 70.75º | 0.83% | 0.59% | - |
| HSV(B) | 70.75º | 0.73% | 0.93% | - |
| XYZ | 56.66 | 74.06 | 16.16 | - |
| YUV | 208.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 64 | 0.13 | 0 | 0.73 | 0.07 | 70.75 | 0.83 | 0.59 |
| Hex | CE | ED | 40 | D | 0 | 49 | 7 | 47 | 53 | 3B |
| Octal | 316 | 355 | 100 | 15 | 0 | 111 | 7 | 107 | 123 | 73 |
| Binary | 11001110 | 11101101 | 1000000 | 1101 | 0 | 1001001 | 111 | 1000111 | 1010011 | 111011 |
Color Harmonies of #CEED40
Complementary color
Monochromatic Colors of #CEED40
Black with #CEED40
Text Example
Text Example
White with #CEED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED40; }
p { color: rgb(206,237,64); }
H1.HeaderClassName
{
color: #CEED40;
}
.AnyTagClassName
{
color: #CEED40;
}
</style>
background-color css
<style>
a { background-color: #CEED40; }
a { background-color: rgb(206,237,64); }
div.DivClassName
{
background-color: #CEED40;
}
.BgClassName
{
background-color: #CEED40;
}
</style>
border-color css
<style>
span { border-color: #CEED40; }
span { border-color: rgb(206,237,64); }
td.TdClassName
{
border-color: #CEED40;
}
.TagClassName
{
border-color: #CEED40;
}
</style>