Html Css Color HEX #7AF048 Screamin' Green

📋 copy color: '#7AF048'

red 122 ◦ green 240 ◦ blue 72

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

Shades of Screamin' Green #7AF048

Tints of Screamin' Green #7AF048

RGB

 RED value IS 122 (48.05% from 255) = 28.11%

 GREEN value IS 240 (94.14% from 255) = 55.3%

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 28.11%
G = 55.3%
B = 16.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#7AF048 (or 0x7AF048) is known color: Screamin' Green. HEX triplet: 7A, F0 and 48. RGB value is (122,240,72). Sum of RGB (Red+Green+Blue) = 122+240+72=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF048 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF048 is #850FB7. Grayscale: #BABABA. Windows color (decimal): -8720312 or 4780154. OLE color: 4780154.

HSL color Cylindrical-coordinate representation of color #7AF048: hue angle of 102.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AF048 is Cyan = 0.49, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 240 72 -
CMYK 0.49 0 0.7 0.06
HSL 102.14º 0.85% 0.61% -
HSV(B) 102.14º 0.7% 0.94% -
XYZ 40.36 66.93 16.92 -
YUV 185.57 63.91 82.66 -
System Red Green Blue C M Y K H S L
Decimal 122 240 72 0.49 0 0.7 0.06 102.14 0.85 0.61
Hex 7A F0 48 31 0 46 6 66 55 3D
Octal 172 360 110 61 0 106 6 146 125 75
Binary 1111010 11110000 1001000 110001 0 1000110 110 1100110 1010101 111101

Color Harmonies of #7AF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF048

Black with #7AF048

Text Example


Text Example

White with #7AF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AF048; }

 p { color: rgb(122,240,72); }

 H1.HeaderClassName
 {
   color: #7AF048;
 }
 .AnyTagClassName
 {
   color: #7AF048;
 }
</style>

background-color css

<style>
 a { background-color: #7AF048; }

 a { background-color: rgb(122,240,72); }

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

border-color css

<style>
 span { border-color: #7AF048; }

 span { border-color: rgb(122,240,72); }

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