Html Css Color HEX #4CC185 Emerald

📋 copy color: '#4CC185'

red 76 ◦ green 193 ◦ blue 133

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

Shades of Emerald #4CC185

Tints of Emerald #4CC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 18.91%
G = 48.01%
B = 33.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#4CC185 (or 0x4CC185) is known color: Emerald. HEX triplet: 4C, C1 and 85. RGB value is (76,193,133). Sum of RGB (Red+Green+Blue) = 76+193+133=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC185 is #B33E7A. Grayscale: #979797. Windows color (decimal): -11746939 or 8765772. OLE color: 8765772.

HSL color Cylindrical-coordinate representation of color #4CC185: hue angle of 149.23º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC185 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 193 133 -
CMYK 0.61 0 0.31 0.24
HSL 149.23º 0.49% 0.53% -
HSV(B) 149.23º 0.61% 0.76% -
XYZ 26.28 41.37 28.79 -
YUV 151.18 117.74 74.38 -
System Red Green Blue C M Y K H S L
Decimal 76 193 133 0.61 0 0.31 0.24 149.23 0.49 0.53
Hex 4C C1 85 3D 0 1F 18 95 31 35
Octal 114 301 205 75 0 37 30 225 61 65
Binary 1001100 11000001 10000101 111101 0 11111 11000 10010101 110001 110101

Color Harmonies of #4CC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC185

Black with #4CC185

Text Example


Text Example

White with #4CC185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,193,133); }

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

background-color css

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

 a { background-color: rgb(76,193,133); }

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

border-color css

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

 span { border-color: rgb(76,193,133); }

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