Html Css Color HEX #4AFA7D Screamin' Green

📋 copy color: '#4AFA7D'

red 74 ◦ green 250 ◦ blue 125

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

Shades of Screamin' Green #4AFA7D

Tints of Screamin' Green #4AFA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 16.48%
G = 55.68%
B = 27.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#4AFA7D (or 0x4AFA7D) is known color: Screamin' Green. HEX triplet: 4A, FA and 7D. RGB value is (74,250,125). Sum of RGB (Red+Green+Blue) = 74+250+125=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFA7D is #B50582. Grayscale: #B7B7B7. Windows color (decimal): -11863427 or 8256074. OLE color: 8256074.

HSL color Cylindrical-coordinate representation of color #4AFA7D: hue angle of 137.39º 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 #4AFA7D is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 125 -
CMYK 0.70 0 0.50 0.02
HSL 137.39º 0.95% 0.64% -
HSV(B) 137.39º 0.7% 0.98% -
XYZ 40.71 71.31 31.02 -
YUV 183.13 95.19 50.16 -
System Red Green Blue C M Y K H S L
Decimal 74 250 125 0.70 0 0.50 0.02 137.39 0.95 0.64
Hex 4A FA 7D 46 0 32 2 89 5F 40
Octal 112 372 175 106 0 62 2 211 137 100
Binary 1001010 11111010 1111101 1000110 0 110010 10 10001001 1011111 1000000

Color Harmonies of #4AFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA7D

Black with #4AFA7D

Text Example


Text Example

White with #4AFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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