Html Css Color HEX #7DD59D Vista Blue

📋 copy color: '#7DD59D'

red 125 ◦ green 213 ◦ blue 157

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

Shades of Vista Blue #7DD59D

Tints of Vista Blue #7DD59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 25.25%
G = 43.03%
B = 31.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#7DD59D (or 0x7DD59D) is known color: Vista Blue. HEX triplet: 7D, D5 and 9D. RGB value is (125,213,157). Sum of RGB (Red+Green+Blue) = 125+213+157=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD59D is #822A62. Grayscale: #B4B4B4. Windows color (decimal): -8530531 or 10343805. OLE color: 10343805.

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

Color convert

RGB 125 213 157 -
CMYK 0.41 0 0.26 0.16
HSL 141.82º 0.51% 0.66% -
HSV(B) 141.82º 0.41% 0.84% -
XYZ 38.34 54.38 40.37 -
YUV 180.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 125 213 157 0.41 0 0.26 0.16 141.82 0.51 0.66
Hex 7D D5 9D 29 0 1A 10 8E 33 42
Octal 175 325 235 51 0 32 20 216 63 102
Binary 1111101 11010101 10011101 101001 0 11010 10000 10001110 110011 1000010

Color Harmonies of #7DD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD59D

Black with #7DD59D

Text Example


Text Example

White with #7DD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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