#4AF369

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

Shades of Screamin' Green #4AF369

Tints of Screamin' Green #4AF369

Color information

#4AF369 (or 0x4AF369) is unknown color: approx Screamin' Green. HEX triplet: 4A, F3 and 69. RGB value is (74,243,105). Sum of RGB (Red+Green+Blue) = 74+243+105=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF369 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF369 is #B50C96. Grayscale: #B1B1B1. Windows color (decimal): -11865239 or 6943562. OLE color: 6943562.

HSL color Cylindrical-coordinate representation of color #4AF369: hue angle of 131.01º 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 #4AF369 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB74243105-
CMYK0.7000.570.05
HSL131.01º87.56%62.16%-
HSV(B)131.01º69.55%95.29%-
XYZ37.4266.5824.24-
YUV176.7487.5154.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.54%
GREEN value IS 243 (95.31% from 255) = 57.58%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=17.54%
G=57.58%
B=24.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742431050.7000.570.05131.0187.5662.16
Hex4AF36946039583583e
Octal112363151106071520313076
Binary100101011110011110100110001100111001101100000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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