Html Css Color HEX #7DE2A7 Vista Blue

📋 copy color: '#7DE2A7'

red 125 ◦ green 226 ◦ blue 167

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

Shades of Vista Blue #7DE2A7

Tints of Vista Blue #7DE2A7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.63%

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 24.13%
G = 43.63%
B = 32.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#7DE2A7 (or 0x7DE2A7) is known color: Vista Blue. HEX triplet: 7D, E2 and A7. RGB value is (125,226,167). Sum of RGB (Red+Green+Blue) = 125+226+167=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE2A7 is #821D58. Grayscale: #BDBDBD. Windows color (decimal): -8527193 or 11002493. OLE color: 11002493.

HSL color Cylindrical-coordinate representation of color #7DE2A7: hue angle of 144.95º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2A7 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 226 167 -
CMYK 0.45 0 0.26 0.11
HSL 144.95º 0.64% 0.69% -
HSV(B) 144.95º 0.45% 0.89% -
XYZ 42.63 61.54 46.19 -
YUV 189.08 115.54 82.3 -
System Red Green Blue C M Y K H S L
Decimal 125 226 167 0.45 0 0.26 0.11 144.95 0.64 0.69
Hex 7D E2 A7 2D 0 1A B 91 40 45
Octal 175 342 247 55 0 32 13 221 100 105
Binary 1111101 11100010 10100111 101101 0 11010 1011 10010001 1000000 1000101

Color Harmonies of #7DE2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE2A7

Black with #7DE2A7

Text Example


Text Example

White with #7DE2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,226,167); }

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

background-color css

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

 a { background-color: rgb(125,226,167); }

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

border-color css

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

 span { border-color: rgb(125,226,167); }

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