#CEDC55

Color #CEDC55 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #CEDC55

Tints of Manz #CEDC55

Color information

#CEDC55 (or 0xCEDC55) is unknown color: approx Manz. HEX triplet: CE, DC and 55. RGB value is (206,220,85). Sum of RGB (Red+Green+Blue) = 206+220+85=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC55 is #3123AA. Grayscale: #C8C8C8. Windows color (decimal): -3220395 or 5627086. OLE color: 5627086.

HSL color Cylindrical-coordinate representation of color #CEDC55: hue angle of 66.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEDC55 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB20622085-
CMYK0.0600.610.14
HSL66.22º65.85%59.8%-
HSV(B)66.22º61.36%86.27%-
XYZ52.6964.9618.36-
YUV200.4262.86131.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 220 (86.33% from 255) = 43.05%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=40.31%
G=43.05%
B=16.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206220850.0600.610.1466.2265.8559.8
HexCEDC55603DE42423c
Octal31633412560751610210274
Binary110011101101110010101011100111101111010000101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC55; }

 p { color: rgb(206,220,85); }

 H1.HeaderClassName
 {
   color: #CEDC55;
 }
 .AnyTagClassName
 {
   color: #CEDC55;
 }
</style>
background-color css

<style>
 a { background-color: #CEDC55; }

 a { background-color: rgb(206,220,85); }

 div.DivClassName
 {
   background-color: #CEDC55;
 }
 .BgClassName
 {
   background-color: #CEDC55;
 }
</style>
border-color css

<style>
 span { border-color: #CEDC55; }

 span { border-color: rgb(206,220,85); }

 td.TdClassName
 {
   border-color: #CEDC55;
 }
 .TagClassName
 {
   border-color: #CEDC55;
 }
</style>