Html Css Color HEX #7AF175 Pastel Green

📋 copy color: '#7AF175'

red 122 ◦ green 241 ◦ blue 117

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

Shades of Pastel Green #7AF175

Tints of Pastel Green #7AF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.21%

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 25.42%
G = 50.21%
B = 24.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#7AF175 (or 0x7AF175) is known color: Pastel Green. HEX triplet: 7A, F1 and 75. RGB value is (122,241,117). Sum of RGB (Red+Green+Blue) = 122+241+117=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF175 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF175 is #850E8A. Grayscale: #BFBFBF. Windows color (decimal): -8720011 or 7729530. OLE color: 7729530.

HSL color Cylindrical-coordinate representation of color #7AF175: hue angle of 117.58º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF175 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 241 117 -
CMYK 0.49 0 0.51 0.05
HSL 117.58º 0.82% 0.7% -
HSV(B) 117.58º 0.51% 0.95% -
XYZ 42.69 68.33 27.77 -
YUV 191.28 86.08 78.58 -
System Red Green Blue C M Y K H S L
Decimal 122 241 117 0.49 0 0.51 0.05 117.58 0.82 0.7
Hex 7A F1 75 31 0 33 5 76 52 46
Octal 172 361 165 61 0 63 5 166 122 106
Binary 1111010 11110001 1110101 110001 0 110011 101 1110110 1010010 1000110

Color Harmonies of #7AF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF175

Black with #7AF175

Text Example


Text Example

White with #7AF175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,241,117); }

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

background-color css

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

 a { background-color: rgb(122,241,117); }

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

border-color css

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

 span { border-color: rgb(122,241,117); }

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