Shades of Pear #CEED34
Tints of Pear #CEED34
RGB
CMYK
RGB Variations
Color information
#CEED34 (or 0xCEED34) is known color: Pear. HEX triplet: CE, ED and 34. RGB value is (206,237,52). Sum of RGB (Red+Green+Blue) = 206+237+52=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED34 is #3112CB. Grayscale: #CFCFCF. Windows color (decimal): -3216076 or 3468750. OLE color: 3468750.
HSL color Cylindrical-coordinate representation of color #CEED34: hue angle of 70.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEED34 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 52 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.07 |
| HSL | 70.05º | 0.84% | 0.57% | - |
| HSV(B) | 70.05º | 0.78% | 0.93% | - |
| XYZ | 56.36 | 73.94 | 14.55 | - |
| YUV | 206.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 52 | 0.13 | 0 | 0.78 | 0.07 | 70.05 | 0.84 | 0.57 |
| Hex | CE | ED | 34 | D | 0 | 4E | 7 | 46 | 54 | 39 |
| Octal | 316 | 355 | 64 | 15 | 0 | 116 | 7 | 106 | 124 | 71 |
| Binary | 11001110 | 11101101 | 110100 | 1101 | 0 | 1001110 | 111 | 1000110 | 1010100 | 111001 |
Color Harmonies of #CEED34
Complementary color
Monochromatic Colors of #CEED34
Black with #CEED34
Text Example
Text Example
White with #CEED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED34; }
p { color: rgb(206,237,52); }
H1.HeaderClassName
{
color: #CEED34;
}
.AnyTagClassName
{
color: #CEED34;
}
</style>
background-color css
<style>
a { background-color: #CEED34; }
a { background-color: rgb(206,237,52); }
div.DivClassName
{
background-color: #CEED34;
}
.BgClassName
{
background-color: #CEED34;
}
</style>
border-color css
<style>
span { border-color: #CEED34; }
span { border-color: rgb(206,237,52); }
td.TdClassName
{
border-color: #CEED34;
}
.TagClassName
{
border-color: #CEED34;
}
</style>