Html Css Color HEX #4DC968 Emerald

📋 copy color: '#4DC968'

red 77 ◦ green 201 ◦ blue 104

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

Shades of Emerald #4DC968

Tints of Emerald #4DC968

RGB

 RED value IS 77 (30.47% from 255) = 20.16%

 GREEN value IS 201 (78.91% from 255) = 52.62%

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

R = 20.16%
G = 52.62%
B = 27.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#4DC968 (or 0x4DC968) is known color: Emerald. HEX triplet: 4D, C9 and 68. RGB value is (77,201,104). Sum of RGB (Red+Green+Blue) = 77+201+104=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC968 is #B23697. Grayscale: #999999. Windows color (decimal): -11679384 or 6867277. OLE color: 6867277.

HSL color Cylindrical-coordinate representation of color #4DC968: hue angle of 133.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC968 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 201 104 -
CMYK 0.62 0 0.48 0.21
HSL 133.06º 0.53% 0.55% -
HSV(B) 133.06º 0.62% 0.79% -
XYZ 26.45 44.35 20.26 -
YUV 152.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 77 201 104 0.62 0 0.48 0.21 133.06 0.53 0.55
Hex 4D C9 68 3E 0 30 15 85 35 37
Octal 115 311 150 76 0 60 25 205 65 67
Binary 1001101 11001001 1101000 111110 0 110000 10101 10000101 110101 110111

Color Harmonies of #4DC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC968

Black with #4DC968

Text Example


Text Example

White with #4DC968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,201,104); }

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

background-color css

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

 a { background-color: rgb(77,201,104); }

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

border-color css

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

 span { border-color: rgb(77,201,104); }

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