Html Css Color HEX #7DD69D Vista Blue

📋 copy color: '#7DD69D'

red 125 ◦ green 214 ◦ blue 157

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

Shades of Vista Blue #7DD69D

Tints of Vista Blue #7DD69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 25.2%
G = 43.15%
B = 31.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#7DD69D (or 0x7DD69D) is known color: Vista Blue. HEX triplet: 7D, D6 and 9D. RGB value is (125,214,157). Sum of RGB (Red+Green+Blue) = 125+214+157=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD69D is #822962. Grayscale: #B5B5B5. Windows color (decimal): -8530275 or 10344061. OLE color: 10344061.

HSL color Cylindrical-coordinate representation of color #7DD69D: hue angle of 141.57º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD69D is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 157 -
CMYK 0.42 0 0.27 0.16
HSL 141.57º 0.52% 0.66% -
HSV(B) 141.57º 0.42% 0.84% -
XYZ 38.59 54.89 40.46 -
YUV 180.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 125 214 157 0.42 0 0.27 0.16 141.57 0.52 0.66
Hex 7D D6 9D 2A 0 1B 10 8E 34 42
Octal 175 326 235 52 0 33 20 216 64 102
Binary 1111101 11010110 10011101 101010 0 11011 10000 10001110 110100 1000010

Color Harmonies of #7DD69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD69D

Black with #7DD69D

Text Example


Text Example

White with #7DD69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,157); }

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

background-color css

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

 a { background-color: rgb(125,214,157); }

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

border-color css

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

 span { border-color: rgb(125,214,157); }

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