Html Css Color HEX #7DE7A1 Vista Blue

📋 copy color: '#7DE7A1'

red 125 ◦ green 231 ◦ blue 161

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

Shades of Vista Blue #7DE7A1

Tints of Vista Blue #7DE7A1

RGB

 RED value IS 125 (49.22% from 255) = 24.18%

 GREEN value IS 231 (90.63% from 255) = 44.68%

 BLUE value IS 161 (63.28% from 255) = 31.14%

R = 24.18%
G = 44.68%
B = 31.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#7DE7A1 (or 0x7DE7A1) is known color: Vista Blue. HEX triplet: 7D, E7 and A1. RGB value is (125,231,161). Sum of RGB (Red+Green+Blue) = 125+231+161=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE7A1 is #82185E. Grayscale: #BFBFBF. Windows color (decimal): -8525919 or 10610557. OLE color: 10610557.

HSL color Cylindrical-coordinate representation of color #7DE7A1: hue angle of 140.38º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7A1 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 231 161 -
CMYK 0.46 0 0.30 0.09
HSL 140.38º 0.69% 0.7% -
HSV(B) 140.38º 0.46% 0.91% -
XYZ 43.47 64.09 43.8 -
YUV 191.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 125 231 161 0.46 0 0.30 0.09 140.38 0.69 0.7
Hex 7D E7 A1 2E 0 1E 9 8C 45 46
Octal 175 347 241 56 0 36 11 214 105 106
Binary 1111101 11100111 10100001 101110 0 11110 1001 10001100 1000101 1000110

Color Harmonies of #7DE7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE7A1

Black with #7DE7A1

Text Example


Text Example

White with #7DE7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,231,161); }

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

background-color css

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

 a { background-color: rgb(125,231,161); }

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

border-color css

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

 span { border-color: rgb(125,231,161); }

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