#4AF34B

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

Shades of Screamin' Green #4AF34B

Tints of Screamin' Green #4AF34B

Color information

#4AF34B (or 0x4AF34B) is unknown color: approx Screamin' Green. HEX triplet: 4A, F3 and 4B. RGB value is (74,243,75). Sum of RGB (Red+Green+Blue) = 74+243+75=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 243 (95.31% from 255 or 61.99% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF34B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF34B is #B50CB4. Grayscale: #ADADAD. Windows color (decimal): -11865269 or 4977482. OLE color: 4977482.

HSL color Cylindrical-coordinate representation of color #4AF34B: hue angle of 120.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF34B is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB7424375-
CMYK0.7000.690.05
HSL120.36º87.56%62.16%-
HSV(B)120.36º69.55%95.29%-
XYZ36.1466.0717.5-
YUV173.3272.5157.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 243 (95.31% from 255) = 61.99%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=18.88%
G=61.99%
B=19.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74243750.7000.690.05120.3687.5662.16
Hex4AF34B46045578583e
Octal1123631131060105517013076
Binary100101011110011100101110001100100010110111110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,243,75); }

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

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

 a { background-color: rgb(74,243,75); }

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

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

 span { border-color: rgb(74,243,75); }

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