Html Css Color HEX #4AFC6A Screamin' Green

📋 copy color: '#4AFC6A'

red 74 ◦ green 252 ◦ blue 106

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

Shades of Screamin' Green #4AFC6A

Tints of Screamin' Green #4AFC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 17.13%
G = 58.33%
B = 24.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#4AFC6A (or 0x4AFC6A) is known color: Screamin' Green. HEX triplet: 4A, FC and 6A. RGB value is (74,252,106). Sum of RGB (Red+Green+Blue) = 74+252+106=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC6A is #B50395. Grayscale: #B6B6B6. Windows color (decimal): -11862934 or 7011402. OLE color: 7011402.

HSL color Cylindrical-coordinate representation of color #4AFC6A: hue angle of 130.79º 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 #4AFC6A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 252 106 -
CMYK 0.71 0 0.58 0.01
HSL 130.79º 0.97% 0.64% -
HSV(B) 130.79º 0.71% 0.99% -
XYZ 40.24 72.12 25.44 -
YUV 182.13 85.03 50.87 -
System Red Green Blue C M Y K H S L
Decimal 74 252 106 0.71 0 0.58 0.01 130.79 0.97 0.64
Hex 4A FC 6A 47 0 3A 1 83 61 40
Octal 112 374 152 107 0 72 1 203 141 100
Binary 1001010 11111100 1101010 1000111 0 111010 1 10000011 1100001 1000000

Color Harmonies of #4AFC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFC6A

Black with #4AFC6A

Text Example


Text Example

White with #4AFC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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