#4E9D94

Color #4E9D94 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #4E9D94

Tints of Half Baked #4E9D94

Color information

#4E9D94 (or 0x4E9D94) is unknown color: approx Half Baked. HEX triplet: 4E, 9D and 94. RGB value is (78,157,148). Sum of RGB (Red+Green+Blue) = 78+157+148=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9D94 is #B1626B. Grayscale: #848484. Windows color (decimal): -11625068 or 9739598. OLE color: 9739598.

HSL color Cylindrical-coordinate representation of color #4E9D94: hue angle of 173.16º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D94 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB78157148-
CMYK0.5000.060.38
HSL173.16º33.62%46.08%-
HSV(B)173.16º50.32%61.57%-
XYZ20.5427.8732.31-
YUV132.35136.8389.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.37%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=20.37%
G=40.99%
B=38.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781571480.5000.060.38173.1633.6246.08
Hex4E9D94320626ad222e
Octal1162352246206462554256
Binary10011101001110110010100110010011010011010101101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E9D94; }

 p { color: rgb(78,157,148); }

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

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

 a { background-color: rgb(78,157,148); }

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

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

 span { border-color: rgb(78,157,148); }

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