Html Css Color HEX #4AFF7F Screamin' Green

📋 copy color: '#4AFF7F'

red 74 ◦ green 255 ◦ blue 127

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

Shades of Screamin' Green #4AFF7F

Tints of Screamin' Green #4AFF7F

RGB

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

 GREEN value IS 255 (100% from 255) = 55.92%

 BLUE value IS 127 (50% from 255) = 27.85%

R = 16.23%
G = 55.92%
B = 27.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#4AFF7F (or 0x4AFF7F) is known color: Screamin' Green. HEX triplet: 4A, FF and 7F. RGB value is (74,255,127). Sum of RGB (Red+Green+Blue) = 74+255+127=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFF7F is #B50080. Grayscale: #BABABA. Windows color (decimal): -11862145 or 8388426. OLE color: 8388426.

HSL color Cylindrical-coordinate representation of color #4AFF7F: hue angle of 137.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFF7F is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 127 -
CMYK 0.71 0 0.50 0
HSL 137.57º 1% 0.65% -
HSV(B) 137.57º 0.71% 1% -
XYZ 42.41 74.51 32.22 -
YUV 186.29 94.53 47.91 -
System Red Green Blue C M Y K H S L
Decimal 74 255 127 0.71 0 0.50 0 137.57 1 0.65
Hex 4A FF 7F 47 0 32 0 8A 64 41
Octal 112 377 177 107 0 62 0 212 144 101
Binary 1001010 11111111 1111111 1000111 0 110010 0 10001010 1100100 1000001

Color Harmonies of #4AFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFF7F

Black with #4AFF7F

Text Example


Text Example

White with #4AFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,255,127); }

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

background-color css

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

 a { background-color: rgb(74,255,127); }

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

border-color css

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

 span { border-color: rgb(74,255,127); }

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