Html Css Color HEX #7DE29F Vista Blue

📋 copy color: '#7DE29F'

red 125 ◦ green 226 ◦ blue 159

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

Shades of Vista Blue #7DE29F

Tints of Vista Blue #7DE29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 24.51%
G = 44.31%
B = 31.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#7DE29F (or 0x7DE29F) is known color: Vista Blue. HEX triplet: 7D, E2 and 9F. RGB value is (125,226,159). Sum of RGB (Red+Green+Blue) = 125+226+159=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE29F is #821D60. Grayscale: #BCBCBC. Windows color (decimal): -8527201 or 10478205. OLE color: 10478205.

HSL color Cylindrical-coordinate representation of color #7DE29F: hue angle of 140.2º 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 #7DE29F is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 226 159 -
CMYK 0.45 0 0.30 0.11
HSL 140.2º 0.64% 0.69% -
HSV(B) 140.2º 0.45% 0.89% -
XYZ 41.91 61.26 42.42 -
YUV 188.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 125 226 159 0.45 0 0.30 0.11 140.2 0.64 0.69
Hex 7D E2 9F 2D 0 1E B 8C 40 45
Octal 175 342 237 55 0 36 13 214 100 105
Binary 1111101 11100010 10011111 101101 0 11110 1011 10001100 1000000 1000101

Color Harmonies of #7DE29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE29F

Black with #7DE29F

Text Example


Text Example

White with #7DE29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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