Html Css Color HEX #4BCD74 Emerald

📋 copy color: '#4BCD74'

red 75 ◦ green 205 ◦ blue 116

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

Shades of Emerald #4BCD74

Tints of Emerald #4BCD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 18.94%
G = 51.77%
B = 29.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#4BCD74 (or 0x4BCD74) is known color: Emerald. HEX triplet: 4B, CD and 74. RGB value is (75,205,116). Sum of RGB (Red+Green+Blue) = 75+205+116=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD74 is #B4328B. Grayscale: #9C9C9C. Windows color (decimal): -11809420 or 7654731. OLE color: 7654731.

HSL color Cylindrical-coordinate representation of color #4BCD74: hue angle of 138.92º 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 #4BCD74 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 116 -
CMYK 0.63 0 0.43 0.20
HSL 138.92º 0.57% 0.55% -
HSV(B) 138.92º 0.63% 0.8% -
XYZ 27.89 46.42 24.01 -
YUV 155.98 105.43 70.24 -
System Red Green Blue C M Y K H S L
Decimal 75 205 116 0.63 0 0.43 0.20 138.92 0.57 0.55
Hex 4B CD 74 3F 0 2B 14 8B 39 37
Octal 113 315 164 77 0 53 24 213 71 67
Binary 1001011 11001101 1110100 111111 0 101011 10100 10001011 111001 110111

Color Harmonies of #4BCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD74

Black with #4BCD74

Text Example


Text Example

White with #4BCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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