Shades of Pear #CEED41
Tints of Pear #CEED41
RGB
CMYK
RGB Variations
Color information
#CEED41 (or 0xCEED41) is known color: Pear. HEX triplet: CE, ED and 41. RGB value is (206,237,65). Sum of RGB (Red+Green+Blue) = 206+237+65=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED41 is #3112BE. Grayscale: #D0D0D0. Windows color (decimal): -3216063 or 4320718. OLE color: 4320718.
HSL color Cylindrical-coordinate representation of color #CEED41: hue angle of 70.81º 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 #CEED41 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 65 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.07 |
| HSL | 70.81º | 0.83% | 0.59% | - |
| HSV(B) | 70.81º | 0.73% | 0.93% | - |
| XYZ | 56.69 | 74.07 | 16.31 | - |
| YUV | 208.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 65 | 0.13 | 0 | 0.73 | 0.07 | 70.81 | 0.83 | 0.59 |
| Hex | CE | ED | 41 | D | 0 | 49 | 7 | 47 | 53 | 3B |
| Octal | 316 | 355 | 101 | 15 | 0 | 111 | 7 | 107 | 123 | 73 |
| Binary | 11001110 | 11101101 | 1000001 | 1101 | 0 | 1001001 | 111 | 1000111 | 1010011 | 111011 |
Color Harmonies of #CEED41
Complementary color
Monochromatic Colors of #CEED41
Black with #CEED41
Text Example
Text Example
White with #CEED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED41; }
p { color: rgb(206,237,65); }
H1.HeaderClassName
{
color: #CEED41;
}
.AnyTagClassName
{
color: #CEED41;
}
</style>
background-color css
<style>
a { background-color: #CEED41; }
a { background-color: rgb(206,237,65); }
div.DivClassName
{
background-color: #CEED41;
}
.BgClassName
{
background-color: #CEED41;
}
</style>
border-color css
<style>
span { border-color: #CEED41; }
span { border-color: rgb(206,237,65); }
td.TdClassName
{
border-color: #CEED41;
}
.TagClassName
{
border-color: #CEED41;
}
</style>