Html Css Color HEX #4AFC7F Screamin' Green

📋 copy color: '#4AFC7F'

red 74 ◦ green 252 ◦ blue 127

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

Shades of Screamin' Green #4AFC7F

Tints of Screamin' Green #4AFC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.63%

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

R = 16.34%
G = 55.63%
B = 28.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#4AFC7F (or 0x4AFC7F) is known color: Screamin' Green. HEX triplet: 4A, FC and 7F. RGB value is (74,252,127). Sum of RGB (Red+Green+Blue) = 74+252+127=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC7F is #B50380. Grayscale: #B8B8B8. Windows color (decimal): -11862913 or 8387658. OLE color: 8387658.

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

Color convert

RGB 74 252 127 -
CMYK 0.71 0 0.50 0.01
HSL 137.87º 0.97% 0.64% -
HSV(B) 137.87º 0.71% 0.99% -
XYZ 41.47 72.61 31.91 -
YUV 184.53 95.53 49.16 -
System Red Green Blue C M Y K H S L
Decimal 74 252 127 0.71 0 0.50 0.01 137.87 0.97 0.64
Hex 4A FC 7F 47 0 32 1 8A 61 40
Octal 112 374 177 107 0 62 1 212 141 100
Binary 1001010 11111100 1111111 1000111 0 110010 1 10001010 1100001 1000000

Color Harmonies of #4AFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFC7F

Black with #4AFC7F

Text Example


Text Example

White with #4AFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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