Html Css Color HEX #4AF449 Screamin' Green

📋 copy color: '#4AF449'

red 74 ◦ green 244 ◦ blue 73

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

Shades of Screamin' Green #4AF449

Tints of Screamin' Green #4AF449

RGB

 RED value IS 74 (29.3% from 255) = 18.93%

 GREEN value IS 244 (95.7% from 255) = 62.4%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 18.93%
G = 62.4%
B = 18.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#4AF449 (or 0x4AF449) is known color: Screamin' Green. HEX triplet: 4A, F4 and 49. RGB value is (74,244,73). Sum of RGB (Red+Green+Blue) = 74+244+73=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 244 (95.70% from 255 or 62.40% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF449 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF449 is #B50BB6. Grayscale: #AEAEAE. Windows color (decimal): -11865015 or 4846666. OLE color: 4846666.

HSL color Cylindrical-coordinate representation of color #4AF449: hue angle of 119.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF449 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 244 73 -
CMYK 0.70 0 0.70 0.04
HSL 119.65º 0.89% 0.62% -
HSV(B) 119.65º 0.7% 0.96% -
XYZ 36.38 66.64 17.25 -
YUV 173.68 71.18 56.9 -
System Red Green Blue C M Y K H S L
Decimal 74 244 73 0.70 0 0.70 0.04 119.65 0.89 0.62
Hex 4A F4 49 46 0 46 4 78 59 3E
Octal 112 364 111 106 0 106 4 170 131 76
Binary 1001010 11110100 1001001 1000110 0 1000110 100 1111000 1011001 111110

Color Harmonies of #4AF449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF449

Black with #4AF449

Text Example


Text Example

White with #4AF449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,244,73); }

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

background-color css

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

 a { background-color: rgb(74,244,73); }

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

border-color css

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

 span { border-color: rgb(74,244,73); }

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