Html Css Color HEX #4AF16E Screamin' Green

📋 copy color: '#4AF16E'

red 74 ◦ green 241 ◦ blue 110

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

Shades of Screamin' Green #4AF16E

Tints of Screamin' Green #4AF16E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.71%

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 17.41%
G = 56.71%
B = 25.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#4AF16E (or 0x4AF16E) is known color: Screamin' Green. HEX triplet: 4A, F1 and 6E. RGB value is (74,241,110). Sum of RGB (Red+Green+Blue) = 74+241+110=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF16E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF16E is #B50E91. Grayscale: #B0B0B0. Windows color (decimal): -11865746 or 7270730. OLE color: 7270730.

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

Color convert

RGB 74 241 110 -
CMYK 0.69 0 0.54 0.05
HSL 132.93º 0.86% 0.62% -
HSV(B) 132.93º 0.69% 0.95% -
XYZ 37.09 65.49 25.44 -
YUV 176.13 90.67 55.15 -
System Red Green Blue C M Y K H S L
Decimal 74 241 110 0.69 0 0.54 0.05 132.93 0.86 0.62
Hex 4A F1 6E 45 0 36 5 85 56 3E
Octal 112 361 156 105 0 66 5 205 126 76
Binary 1001010 11110001 1101110 1000101 0 110110 101 10000101 1010110 111110

Color Harmonies of #4AF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF16E

Black with #4AF16E

Text Example


Text Example

White with #4AF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,241,110); }

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

background-color css

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

 a { background-color: rgb(74,241,110); }

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

border-color css

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

 span { border-color: rgb(74,241,110); }

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