Html Css Color HEX #4CBF7F Emerald

📋 copy color: '#4CBF7F'

red 76 ◦ green 191 ◦ blue 127

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

Shades of Emerald #4CBF7F

Tints of Emerald #4CBF7F

RGB

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

 GREEN value IS 191 (75% from 255) = 48.48%

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

R = 19.29%
G = 48.48%
B = 32.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#4CBF7F (or 0x4CBF7F) is known color: Emerald. HEX triplet: 4C, BF and 7F. RGB value is (76,191,127). Sum of RGB (Red+Green+Blue) = 76+191+127=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF7F is #B34080. Grayscale: #959595. Windows color (decimal): -11747457 or 8372044. OLE color: 8372044.

HSL color Cylindrical-coordinate representation of color #4CBF7F: hue angle of 146.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBF7F is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 191 127 -
CMYK 0.60 0 0.34 0.25
HSL 146.61º 0.47% 0.52% -
HSV(B) 146.61º 0.6% 0.75% -
XYZ 25.44 40.33 26.52 -
YUV 149.32 115.4 75.7 -
System Red Green Blue C M Y K H S L
Decimal 76 191 127 0.60 0 0.34 0.25 146.61 0.47 0.52
Hex 4C BF 7F 3C 0 22 19 93 2F 34
Octal 114 277 177 74 0 42 31 223 57 64
Binary 1001100 10111111 1111111 111100 0 100010 11001 10010011 101111 110100

Color Harmonies of #4CBF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBF7F

Black with #4CBF7F

Text Example


Text Example

White with #4CBF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,127); }

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

background-color css

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

 a { background-color: rgb(76,191,127); }

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

border-color css

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

 span { border-color: rgb(76,191,127); }

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