Html Css Color HEX #7AF240 Screamin' Green

📋 copy color: '#7AF240'

red 122 ◦ green 242 ◦ blue 64

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

Shades of Screamin' Green #7AF240

Tints of Screamin' Green #7AF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.54%

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 28.5%
G = 56.54%
B = 14.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#7AF240 (or 0x7AF240) is known color: Screamin' Green. HEX triplet: 7A, F2 and 40. RGB value is (122,242,64). Sum of RGB (Red+Green+Blue) = 122+242+64=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF240 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF240 is #850DBF. Grayscale: #BABABA. Windows color (decimal): -8719808 or 4256378. OLE color: 4256378.

HSL color Cylindrical-coordinate representation of color #7AF240: hue angle of 100.45º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AF240 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 64 -
CMYK 0.50 0 0.74 0.05
HSL 100.45º 0.87% 0.6% -
HSV(B) 100.45º 0.74% 0.95% -
XYZ 40.7 68.01 15.83 -
YUV 185.83 59.24 82.47 -
System Red Green Blue C M Y K H S L
Decimal 122 242 64 0.50 0 0.74 0.05 100.45 0.87 0.6
Hex 7A F2 40 32 0 4A 5 64 57 3C
Octal 172 362 100 62 0 112 5 144 127 74
Binary 1111010 11110010 1000000 110010 0 1001010 101 1100100 1010111 111100

Color Harmonies of #7AF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF240

Black with #7AF240

Text Example


Text Example

White with #7AF240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,242,64); }

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

background-color css

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

 a { background-color: rgb(122,242,64); }

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

border-color css

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

 span { border-color: rgb(122,242,64); }

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