Html Css Color HEX #4BCD70 Emerald

📋 copy color: '#4BCD70'

red 75 ◦ green 205 ◦ blue 112

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

Shades of Emerald #4BCD70

Tints of Emerald #4BCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.3%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 19.13%
G = 52.3%
B = 28.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#4BCD70 (or 0x4BCD70) is known color: Emerald. HEX triplet: 4B, CD and 70. RGB value is (75,205,112). Sum of RGB (Red+Green+Blue) = 75+205+112=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD70 is #B4328F. Grayscale: #9B9B9B. Windows color (decimal): -11809424 or 7392587. OLE color: 7392587.

HSL color Cylindrical-coordinate representation of color #4BCD70: hue angle of 137.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCD70 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 112 -
CMYK 0.63 0 0.45 0.20
HSL 137.08º 0.57% 0.55% -
HSV(B) 137.08º 0.63% 0.8% -
XYZ 27.66 46.33 22.81 -
YUV 155.53 103.43 70.56 -
System Red Green Blue C M Y K H S L
Decimal 75 205 112 0.63 0 0.45 0.20 137.08 0.57 0.55
Hex 4B CD 70 3F 0 2D 14 89 39 37
Octal 113 315 160 77 0 55 24 211 71 67
Binary 1001011 11001101 1110000 111111 0 101101 10100 10001001 111001 110111

Color Harmonies of #4BCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD70

Black with #4BCD70

Text Example


Text Example

White with #4BCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,112); }

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

background-color css

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

 a { background-color: rgb(75,205,112); }

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

border-color css

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

 span { border-color: rgb(75,205,112); }

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