Html Css Color HEX #84D29F Vista Blue

📋 copy color: '#84D29F'

red 132 ◦ green 210 ◦ blue 159

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

Shades of Vista Blue #84D29F

Tints of Vista Blue #84D29F

RGB

 RED value IS 132 (51.95% from 255) = 26.35%

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 26.35%
G = 41.92%
B = 31.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#84D29F (or 0x84D29F) is known color: Vista Blue. HEX triplet: 84, D2 and 9F. RGB value is (132,210,159). Sum of RGB (Red+Green+Blue) = 132+210+159=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #84D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D29F is #7B2D60. Grayscale: #B4B4B4. Windows color (decimal): -8072545 or 10474116. OLE color: 10474116.

HSL color Cylindrical-coordinate representation of color #84D29F: hue angle of 140.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D29F is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 210 159 -
CMYK 0.37 0 0.24 0.18
HSL 140.77º 0.46% 0.67% -
HSV(B) 140.77º 0.37% 0.82% -
XYZ 38.82 53.5 41.08 -
YUV 180.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 132 210 159 0.37 0 0.24 0.18 140.77 0.46 0.67
Hex 84 D2 9F 25 0 18 12 8D 2E 43
Octal 204 322 237 45 0 30 22 215 56 103
Binary 10000100 11010010 10011111 100101 0 11000 10010 10001101 101110 1000011

Color Harmonies of #84D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D29F

Black with #84D29F

Text Example


Text Example

White with #84D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84D29F; }

 p { color: rgb(132,210,159); }

 H1.HeaderClassName
 {
   color: #84D29F;
 }
 .AnyTagClassName
 {
   color: #84D29F;
 }
</style>

background-color css

<style>
 a { background-color: #84D29F; }

 a { background-color: rgb(132,210,159); }

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

border-color css

<style>
 span { border-color: #84D29F; }

 span { border-color: rgb(132,210,159); }

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