Shades of Pear #CEE133
Tints of Pear #CEE133
RGB
CMYK
RGB Variations
Color information
#CEE133 (or 0xCEE133) is known color: Pear. HEX triplet: CE, E1 and 33. RGB value is (206,225,51). Sum of RGB (Red+Green+Blue) = 206+225+51=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE133 is #311ECC. Grayscale: #C8C8C8. Windows color (decimal): -3219149 or 3400142. OLE color: 3400142.
HSL color Cylindrical-coordinate representation of color #CEE133: hue angle of 66.55º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEE133 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 51 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.12 |
| HSL | 66.55º | 0.74% | 0.54% | - |
| HSV(B) | 66.55º | 0.77% | 0.88% | - |
| XYZ | 52.98 | 67.21 | 13.31 | - |
| YUV | 199.48 | 44.21 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 51 | 0.08 | 0 | 0.77 | 0.12 | 66.55 | 0.74 | 0.54 |
| Hex | CE | E1 | 33 | 8 | 0 | 4D | C | 43 | 4A | 36 |
| Octal | 316 | 341 | 63 | 10 | 0 | 115 | 14 | 103 | 112 | 66 |
| Binary | 11001110 | 11100001 | 110011 | 1000 | 0 | 1001101 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CEE133
Complementary color
Monochromatic Colors of #CEE133
Black with #CEE133
Text Example
Text Example
White with #CEE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE133; }
p { color: rgb(206,225,51); }
H1.HeaderClassName
{
color: #CEE133;
}
.AnyTagClassName
{
color: #CEE133;
}
</style>
background-color css
<style>
a { background-color: #CEE133; }
a { background-color: rgb(206,225,51); }
div.DivClassName
{
background-color: #CEE133;
}
.BgClassName
{
background-color: #CEE133;
}
</style>
border-color css
<style>
span { border-color: #CEE133; }
span { border-color: rgb(206,225,51); }
td.TdClassName
{
border-color: #CEE133;
}
.TagClassName
{
border-color: #CEE133;
}
</style>