Html Css Color HEX #4CD07A Emerald

📋 copy color: '#4CD07A'

red 76 ◦ green 208 ◦ blue 122

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

Shades of Emerald #4CD07A

Tints of Emerald #4CD07A

RGB

 RED value IS 76 (30.08% from 255) = 18.72%

 GREEN value IS 208 (81.64% from 255) = 51.23%

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 18.72%
G = 51.23%
B = 30.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#4CD07A (or 0x4CD07A) is known color: Emerald. HEX triplet: 4C, D0 and 7A. RGB value is (76,208,122). Sum of RGB (Red+Green+Blue) = 76+208+122=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD07A is #B32F85. Grayscale: #9E9E9E. Windows color (decimal): -11743110 or 8048716. OLE color: 8048716.

HSL color Cylindrical-coordinate representation of color #4CD07A: hue angle of 140.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD07A is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 208 122 -
CMYK 0.63 0 0.41 0.18
HSL 140.91º 0.58% 0.56% -
HSV(B) 140.91º 0.63% 0.82% -
XYZ 29.05 48.05 26.16 -
YUV 158.73 107.27 68.99 -
System Red Green Blue C M Y K H S L
Decimal 76 208 122 0.63 0 0.41 0.18 140.91 0.58 0.56
Hex 4C D0 7A 3F 0 29 12 8D 3A 38
Octal 114 320 172 77 0 51 22 215 72 70
Binary 1001100 11010000 1111010 111111 0 101001 10010 10001101 111010 111000

Color Harmonies of #4CD07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD07A

Black with #4CD07A

Text Example


Text Example

White with #4CD07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,208,122); }

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

background-color css

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

 a { background-color: rgb(76,208,122); }

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

border-color css

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

 span { border-color: rgb(76,208,122); }

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