Html Css Color HEX #4D9E95 Half Baked

📋 copy color: '#4D9E95'

red 77 ◦ green 158 ◦ blue 149

#4D9E95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #4D9E95

Tints of Half Baked #4D9E95

RGB

 RED value IS 77 (30.47% from 255) = 20.05%

 GREEN value IS 158 (62.11% from 255) = 41.15%

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 20.05%
G = 41.15%
B = 38.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#4D9E95 (or 0x4D9E95) is known color: Half Baked. HEX triplet: 4D, 9E and 95. RGB value is (77,158,149). Sum of RGB (Red+Green+Blue) = 77+158+149=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9E95 is #B2616A. Grayscale: #848484. Windows color (decimal): -11690347 or 9805389. OLE color: 9805389.

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

Color convert

RGB 77 158 149 -
CMYK 0.51 0 0.06 0.38
HSL 173.33º 0.34% 0.46% -
HSV(B) 173.33º 0.51% 0.62% -
XYZ 20.71 28.2 32.79 -
YUV 132.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 77 158 149 0.51 0 0.06 0.38 173.33 0.34 0.46
Hex 4D 9E 95 33 0 6 26 AD 22 2E
Octal 115 236 225 63 0 6 46 255 42 56
Binary 1001101 10011110 10010101 110011 0 110 100110 10101101 100010 101110

Color Harmonies of #4D9E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9E95

Black with #4D9E95

Text Example


Text Example

White with #4D9E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,158,149); }

 H1.HeaderClassName
 {
   color: #4D9E95;
 }
 .AnyTagClassName
 {
   color: #4D9E95;
 }
</style>

background-color css

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

 a { background-color: rgb(77,158,149); }

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

border-color css

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

 span { border-color: rgb(77,158,149); }

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