Html Css Color HEX #4BBD68 Emerald

📋 copy color: '#4BBD68'

red 75 ◦ green 189 ◦ blue 104

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

Shades of Emerald #4BBD68

Tints of Emerald #4BBD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 20.38%
G = 51.36%
B = 28.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#4BBD68 (or 0x4BBD68) is known color: Emerald. HEX triplet: 4B, BD and 68. RGB value is (75,189,104). Sum of RGB (Red+Green+Blue) = 75+189+104=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD68 is #B44297. Grayscale: #919191. Windows color (decimal): -11813528 or 6864203. OLE color: 6864203.

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

Color convert

RGB 75 189 104 -
CMYK 0.60 0 0.45 0.26
HSL 135.26º 0.46% 0.52% -
HSV(B) 135.26º 0.6% 0.74% -
XYZ 23.6 38.89 19.36 -
YUV 145.22 104.73 77.91 -
System Red Green Blue C M Y K H S L
Decimal 75 189 104 0.60 0 0.45 0.26 135.26 0.46 0.52
Hex 4B BD 68 3C 0 2D 1A 87 2E 34
Octal 113 275 150 74 0 55 32 207 56 64
Binary 1001011 10111101 1101000 111100 0 101101 11010 10000111 101110 110100

Color Harmonies of #4BBD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD68

Black with #4BBD68

Text Example


Text Example

White with #4BBD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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