Shades of Manz #CEE355
Tints of Manz #CEE355
RGB
CMYK
RGB Variations
Color information
#CEE355 (or 0xCEE355) is known color: Manz. HEX triplet: CE, E3 and 55. RGB value is (206,227,85). Sum of RGB (Red+Green+Blue) = 206+227+85=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE355 is #311CAA. Grayscale: #CDCDCD. Windows color (decimal): -3218603 or 5628878. OLE color: 5628878.
HSL color Cylindrical-coordinate representation of color #CEE355: hue angle of 68.87º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEE355 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 85 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.11 |
| HSL | 68.87º | 0.72% | 0.61% | - |
| HSV(B) | 68.87º | 0.63% | 0.89% | - |
| XYZ | 54.56 | 68.72 | 18.98 | - |
| YUV | 204.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 85 | 0.09 | 0 | 0.63 | 0.11 | 68.87 | 0.72 | 0.61 |
| Hex | CE | E3 | 55 | 9 | 0 | 3F | B | 45 | 48 | 3D |
| Octal | 316 | 343 | 125 | 11 | 0 | 77 | 13 | 105 | 110 | 75 |
| Binary | 11001110 | 11100011 | 1010101 | 1001 | 0 | 111111 | 1011 | 1000101 | 1001000 | 111101 |
Color Harmonies of #CEE355
Complementary color
Monochromatic Colors of #CEE355
Black with #CEE355
Text Example
Text Example
White with #CEE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE355; }
p { color: rgb(206,227,85); }
H1.HeaderClassName
{
color: #CEE355;
}
.AnyTagClassName
{
color: #CEE355;
}
</style>
background-color css
<style>
a { background-color: #CEE355; }
a { background-color: rgb(206,227,85); }
div.DivClassName
{
background-color: #CEE355;
}
.BgClassName
{
background-color: #CEE355;
}
</style>
border-color css
<style>
span { border-color: #CEE355; }
span { border-color: rgb(206,227,85); }
td.TdClassName
{
border-color: #CEE355;
}
.TagClassName
{
border-color: #CEE355;
}
</style>