Html Css Color HEX #4AFA6B Screamin' Green

📋 copy color: '#4AFA6B'

red 74 ◦ green 250 ◦ blue 107

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

Shades of Screamin' Green #4AFA6B

Tints of Screamin' Green #4AFA6B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58%

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 17.17%
G = 58%
B = 24.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#4AFA6B (or 0x4AFA6B) is known color: Screamin' Green. HEX triplet: 4A, FA and 6B. RGB value is (74,250,107). Sum of RGB (Red+Green+Blue) = 74+250+107=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFA6B is #B50594. Grayscale: #B5B5B5. Windows color (decimal): -11863445 or 7076426. OLE color: 7076426.

HSL color Cylindrical-coordinate representation of color #4AFA6B: hue angle of 131.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA6B is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 107 -
CMYK 0.70 0 0.57 0.02
HSL 131.25º 0.95% 0.64% -
HSV(B) 131.25º 0.7% 0.98% -
XYZ 39.66 70.89 25.5 -
YUV 181.07 86.19 51.63 -
System Red Green Blue C M Y K H S L
Decimal 74 250 107 0.70 0 0.57 0.02 131.25 0.95 0.64
Hex 4A FA 6B 46 0 39 2 83 5F 40
Octal 112 372 153 106 0 71 2 203 137 100
Binary 1001010 11111010 1101011 1000110 0 111001 10 10000011 1011111 1000000

Color Harmonies of #4AFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA6B

Black with #4AFA6B

Text Example


Text Example

White with #4AFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,250,107); }

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

background-color css

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

 a { background-color: rgb(74,250,107); }

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

border-color css

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

 span { border-color: rgb(74,250,107); }

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