Html Css Color HEX #4BCC7F Emerald

📋 copy color: '#4BCC7F'

red 75 ◦ green 204 ◦ blue 127

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

Shades of Emerald #4BCC7F

Tints of Emerald #4BCC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.25%

 BLUE value IS 127 (50% from 255) = 31.28%

R = 18.47%
G = 50.25%
B = 31.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#4BCC7F (or 0x4BCC7F) is known color: Emerald. HEX triplet: 4B, CC and 7F. RGB value is (75,204,127). Sum of RGB (Red+Green+Blue) = 75+204+127=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCC7F is #B43380. Grayscale: #9C9C9C. Windows color (decimal): -11809665 or 8375371. OLE color: 8375371.

HSL color Cylindrical-coordinate representation of color #4BCC7F: hue angle of 144.19º degrees, saturation: 0.56, 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 #4BCC7F is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 204 127 -
CMYK 0.63 0 0.38 0.2
HSL 144.19º 0.56% 0.55% -
HSV(B) 144.19º 0.63% 0.8% -
XYZ 28.33 46.21 27.51 -
YUV 156.65 111.26 69.76 -
System Red Green Blue C M Y K H S L
Decimal 75 204 127 0.63 0 0.38 0.2 144.19 0.56 0.55
Hex 4B CC 7F 3F 0 26 14 90 38 37
Octal 113 314 177 77 0 46 24 220 70 67
Binary 1001011 11001100 1111111 111111 0 100110 10100 10010000 111000 110111

Color Harmonies of #4BCC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCC7F

Black with #4BCC7F

Text Example


Text Example

White with #4BCC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,204,127); }

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

background-color css

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

 a { background-color: rgb(75,204,127); }

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

border-color css

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

 span { border-color: rgb(75,204,127); }

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