Html Css Color HEX #7AF481 Pastel Green

📋 copy color: '#7AF481'

red 122 ◦ green 244 ◦ blue 129

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

Shades of Pastel Green #7AF481

Tints of Pastel Green #7AF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.29%

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 24.65%
G = 49.29%
B = 26.06%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#7AF481 (or 0x7AF481) is known color: Pastel Green. HEX triplet: 7A, F4 and 81. RGB value is (122,244,129). Sum of RGB (Red+Green+Blue) = 122+244+129=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF481 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF481 is #850B7E. Grayscale: #C2C2C2. Windows color (decimal): -8719231 or 8516730. OLE color: 8516730.

HSL color Cylindrical-coordinate representation of color #7AF481: hue angle of 123.44º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF481 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 244 129 -
CMYK 0.5 0 0.47 0.04
HSL 123.44º 0.85% 0.72% -
HSV(B) 123.44º 0.5% 0.96% -
XYZ 44.34 70.42 32.03 -
YUV 194.41 91.08 76.35 -
System Red Green Blue C M Y K H S L
Decimal 122 244 129 0.5 0 0.47 0.04 123.44 0.85 0.72
Hex 7A F4 81 32 0 2F 4 7B 55 48
Octal 172 364 201 62 0 57 4 173 125 110
Binary 1111010 11110100 10000001 110010 0 101111 100 1111011 1010101 1001000

Color Harmonies of #7AF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF481

Black with #7AF481

Text Example


Text Example

White with #7AF481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,244,129); }

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

background-color css

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

 a { background-color: rgb(122,244,129); }

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

border-color css

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

 span { border-color: rgb(122,244,129); }

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