Html Css Color HEX #4BDA68 Emerald

📋 copy color: '#4BDA68'

red 75 ◦ green 218 ◦ blue 104

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

Shades of Emerald #4BDA68

Tints of Emerald #4BDA68

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.91%

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

R = 18.89%
G = 54.91%
B = 26.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#4BDA68 (or 0x4BDA68) is known color: Emerald. HEX triplet: 4B, DA and 68. RGB value is (75,218,104). Sum of RGB (Red+Green+Blue) = 75+218+104=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA68 is #B42597. Grayscale: #A2A2A2. Windows color (decimal): -11806104 or 6871627. OLE color: 6871627.

HSL color Cylindrical-coordinate representation of color #4BDA68: hue angle of 132.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA68 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 104 -
CMYK 0.66 0 0.52 0.15
HSL 132.17º 0.66% 0.57% -
HSV(B) 132.17º 0.66% 0.85% -
XYZ 30.47 52.64 21.65 -
YUV 162.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 75 218 104 0.66 0 0.52 0.15 132.17 0.66 0.57
Hex 4B DA 68 42 0 34 F 84 42 39
Octal 113 332 150 102 0 64 17 204 102 71
Binary 1001011 11011010 1101000 1000010 0 110100 1111 10000100 1000010 111001

Color Harmonies of #4BDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA68

Black with #4BDA68

Text Example


Text Example

White with #4BDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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