Html Css Color HEX #4BBD81 Emerald

📋 copy color: '#4BBD81'

red 75 ◦ green 189 ◦ blue 129

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

Shades of Emerald #4BBD81

Tints of Emerald #4BBD81

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 19.08%
G = 48.09%
B = 32.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#4BBD81 (or 0x4BBD81) is known color: Emerald. HEX triplet: 4B, BD and 81. RGB value is (75,189,129). Sum of RGB (Red+Green+Blue) = 75+189+129=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBD81 is #B4427E. Grayscale: #949494. Windows color (decimal): -11813503 or 8502603. OLE color: 8502603.

HSL color Cylindrical-coordinate representation of color #4BBD81: hue angle of 148.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBD81 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 189 129 -
CMYK 0.60 0 0.32 0.26
HSL 148.42º 0.46% 0.52% -
HSV(B) 148.42º 0.6% 0.74% -
XYZ 25.06 39.48 27.07 -
YUV 148.07 117.23 75.88 -
System Red Green Blue C M Y K H S L
Decimal 75 189 129 0.60 0 0.32 0.26 148.42 0.46 0.52
Hex 4B BD 81 3C 0 20 1A 94 2E 34
Octal 113 275 201 74 0 40 32 224 56 64
Binary 1001011 10111101 10000001 111100 0 100000 11010 10010100 101110 110100

Color Harmonies of #4BBD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD81

Black with #4BBD81

Text Example


Text Example

White with #4BBD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,189,129); }

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

background-color css

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

 a { background-color: rgb(75,189,129); }

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

border-color css

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

 span { border-color: rgb(75,189,129); }

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