Html Css Color HEX #4BBC64 Emerald

📋 copy color: '#4BBC64'

red 75 ◦ green 188 ◦ blue 100

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

Shades of Emerald #4BBC64

Tints of Emerald #4BBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.79%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 20.66%
G = 51.79%
B = 27.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#4BBC64 (or 0x4BBC64) is known color: Emerald. HEX triplet: 4B, BC and 64. RGB value is (75,188,100). Sum of RGB (Red+Green+Blue) = 75+188+100=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC64 is #B4439B. Grayscale: #909090. Windows color (decimal): -11813788 or 6601803. OLE color: 6601803.

HSL color Cylindrical-coordinate representation of color #4BBC64: hue angle of 133.27º 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 #4BBC64 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 188 100 -
CMYK 0.60 0 0.47 0.26
HSL 133.27º 0.46% 0.52% -
HSV(B) 133.27º 0.6% 0.74% -
XYZ 23.19 38.38 18.24 -
YUV 144.18 103.06 78.66 -
System Red Green Blue C M Y K H S L
Decimal 75 188 100 0.60 0 0.47 0.26 133.27 0.46 0.52
Hex 4B BC 64 3C 0 2F 1A 85 2E 34
Octal 113 274 144 74 0 57 32 205 56 64
Binary 1001011 10111100 1100100 111100 0 101111 11010 10000101 101110 110100

Color Harmonies of #4BBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC64

Black with #4BBC64

Text Example


Text Example

White with #4BBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,188,100); }

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

background-color css

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

 a { background-color: rgb(75,188,100); }

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

border-color css

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

 span { border-color: rgb(75,188,100); }

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