Html Css Color HEX #4BBA75 Emerald

📋 copy color: '#4BBA75'

red 75 ◦ green 186 ◦ blue 117

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

Shades of Emerald #4BBA75

Tints of Emerald #4BBA75

RGB

 RED value IS 75 (29.69% from 255) = 19.84%

 GREEN value IS 186 (73.05% from 255) = 49.21%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 19.84%
G = 49.21%
B = 30.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#4BBA75 (or 0x4BBA75) is known color: Emerald. HEX triplet: 4B, BA and 75. RGB value is (75,186,117). Sum of RGB (Red+Green+Blue) = 75+186+117=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA75 is #B4458A. Grayscale: #919191. Windows color (decimal): -11814283 or 7715403. OLE color: 7715403.

HSL color Cylindrical-coordinate representation of color #4BBA75: hue angle of 142.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA75 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 186 117 -
CMYK 0.60 0 0.37 0.27
HSL 142.7º 0.45% 0.51% -
HSV(B) 142.7º 0.6% 0.73% -
XYZ 23.67 37.9 22.9 -
YUV 144.95 112.23 78.11 -
System Red Green Blue C M Y K H S L
Decimal 75 186 117 0.60 0 0.37 0.27 142.7 0.45 0.51
Hex 4B BA 75 3C 0 25 1B 8F 2D 33
Octal 113 272 165 74 0 45 33 217 55 63
Binary 1001011 10111010 1110101 111100 0 100101 11011 10001111 101101 110011

Color Harmonies of #4BBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBA75

Black with #4BBA75

Text Example


Text Example

White with #4BBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,186,117); }

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

background-color css

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

 a { background-color: rgb(75,186,117); }

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

border-color css

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

 span { border-color: rgb(75,186,117); }

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