Html Css Color HEX #4F9B95 Half Baked

📋 copy color: '#4F9B95'

red 79 ◦ green 155 ◦ blue 149

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

Shades of Half Baked #4F9B95

Tints of Half Baked #4F9B95

RGB

 RED value IS 79 (31.25% from 255) = 20.63%

 GREEN value IS 155 (60.94% from 255) = 40.47%

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

R = 20.63%
G = 40.47%
B = 38.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#4F9B95 (or 0x4F9B95) is known color: Half Baked. HEX triplet: 4F, 9B and 95. RGB value is (79,155,149). Sum of RGB (Red+Green+Blue) = 79+155+149=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9B95 is #B0646A. Grayscale: #838383. Windows color (decimal): -11560043 or 9804623. OLE color: 9804623.

HSL color Cylindrical-coordinate representation of color #4F9B95: hue angle of 175.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9B95 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 155 149 -
CMYK 0.49 0 0.04 0.39
HSL 175.26º 0.32% 0.46% -
HSV(B) 175.26º 0.49% 0.61% -
XYZ 20.37 27.27 32.62 -
YUV 131.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 79 155 149 0.49 0 0.04 0.39 175.26 0.32 0.46
Hex 4F 9B 95 31 0 4 27 AF 20 2E
Octal 117 233 225 61 0 4 47 257 40 56
Binary 1001111 10011011 10010101 110001 0 100 100111 10101111 100000 101110

Color Harmonies of #4F9B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9B95

Black with #4F9B95

Text Example


Text Example

White with #4F9B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,155,149); }

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

background-color css

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

 a { background-color: rgb(79,155,149); }

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

border-color css

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

 span { border-color: rgb(79,155,149); }

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