#4CC274

Color #4CC274 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4CC274

Tints of Emerald #4CC274

Color information

#4CC274 (or 0x4CC274) is unknown color: approx Emerald. HEX triplet: 4C, C2 and 74. RGB value is (76,194,116). Sum of RGB (Red+Green+Blue) = 76+194+116=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC274 is #B33D8B. Grayscale: #969696. Windows color (decimal): -11746700 or 7651916. OLE color: 7651916.

HSL color Cylindrical-coordinate representation of color #4CC274: hue angle of 140.34º 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 #4CC274 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB76194116-
CMYK0.6100.400.24
HSL140.34º49.17%52.94%-
HSV(B)140.34º60.82%76.08%-
XYZ25.4241.3823.17-
YUV149.83108.9175.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.69%
GREEN value IS 194 (76.17% from 255) = 50.26%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=19.69%
G=50.26%
B=30.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761941160.6100.400.24140.3449.1752.94
Hex4CC2743D028188c3135
Octal11430216475050302146165
Binary100110011000010111010011110101010001100010001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,194,116); }

 H1.HeaderClassName
 {
   color: #4CC274;
 }
 .AnyTagClassName
 {
   color: #4CC274;
 }
</style>
background-color css

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

 a { background-color: rgb(76,194,116); }

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

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

 span { border-color: rgb(76,194,116); }

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