Html Css Color HEX #4AF549 Screamin' Green

📋 copy color: '#4AF549'

red 74 ◦ green 245 ◦ blue 73

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

Shades of Screamin' Green #4AF549

Tints of Screamin' Green #4AF549

RGB

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

 GREEN value IS 245 (96.09% from 255) = 62.5%

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

R = 18.88%
G = 62.5%
B = 18.62%

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

#4AF549 (or 0x4AF549) is known color: Screamin' Green. HEX triplet: 4A, F5 and 49. RGB value is (74,245,73). Sum of RGB (Red+Green+Blue) = 74+245+73=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 245 (96.09% from 255 or 62.5% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF549 is #B50AB6. Grayscale: #AEAEAE. Windows color (decimal): -11864759 or 4846922. OLE color: 4846922.

HSL color Cylindrical-coordinate representation of color #4AF549: hue angle of 119.65º degrees, saturation: 0.9, 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 #4AF549 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 245 73 -
CMYK 0.70 0 0.70 0.04
HSL 119.65º 0.9% 0.62% -
HSV(B) 119.65º 0.7% 0.96% -
XYZ 36.68 67.24 17.35 -
YUV 174.26 70.85 56.49 -
System Red Green Blue C M Y K H S L
Decimal 74 245 73 0.70 0 0.70 0.04 119.65 0.9 0.62
Hex 4A F5 49 46 0 46 4 78 5A 3E
Octal 112 365 111 106 0 106 4 170 132 76
Binary 1001010 11110101 1001001 1000110 0 1000110 100 1111000 1011010 111110

Color Harmonies of #4AF549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF549

Black with #4AF549

Text Example


Text Example

White with #4AF549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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