#4AEF6C

Color #4AEF6C Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #4AEF6C

Tints of Screamin' Green #4AEF6C

Color information

#4AEF6C (or 0x4AEF6C) is unknown color: approx Screamin' Green. HEX triplet: 4A, EF and 6C. RGB value is (74,239,108). Sum of RGB (Red+Green+Blue) = 74+239+108=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEF6C is #B51093. Grayscale: #AFAFAF. Windows color (decimal): -11866260 or 7139146. OLE color: 7139146.

HSL color Cylindrical-coordinate representation of color #4AEF6C: hue angle of 132.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEF6C is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB74239108-
CMYK0.6900.550.06
HSL132.36º83.76%61.37%-
HSV(B)132.36º69.04%93.73%-
XYZ36.464.2724.67-
YUV174.7390.3456.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.58%
GREEN value IS 239 (93.75% from 255) = 56.77%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=17.58%
G=56.77%
B=25.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal742391080.6900.550.06132.3683.7661.37
Hex4AEF6C45037684543d
Octal112357154105067620412475
Binary100101011101111110110010001010110111110100001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,239,108); }

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

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

 a { background-color: rgb(74,239,108); }

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

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

 span { border-color: rgb(74,239,108); }

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