Html Css Color HEX #81D59F Vista Blue

📋 copy color: '#81D59F'

red 129 ◦ green 213 ◦ blue 159

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

Shades of Vista Blue #81D59F

Tints of Vista Blue #81D59F

RGB

 RED value IS 129 (50.78% from 255) = 25.75%

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

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

R = 25.75%
G = 42.51%
B = 31.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#81D59F (or 0x81D59F) is known color: Vista Blue. HEX triplet: 81, D5 and 9F. RGB value is (129,213,159). Sum of RGB (Red+Green+Blue) = 129+213+159=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #81D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D59F is #7E2A60. Grayscale: #B5B5B5. Windows color (decimal): -8268385 or 10474881. OLE color: 10474881.

HSL color Cylindrical-coordinate representation of color #81D59F: hue angle of 141.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D59F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 213 159 -
CMYK 0.39 0 0.25 0.16
HSL 141.43º 0.5% 0.67% -
HSV(B) 141.43º 0.39% 0.84% -
XYZ 39.11 54.76 41.31 -
YUV 181.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 129 213 159 0.39 0 0.25 0.16 141.43 0.5 0.67
Hex 81 D5 9F 27 0 19 10 8D 32 43
Octal 201 325 237 47 0 31 20 215 62 103
Binary 10000001 11010101 10011111 100111 0 11001 10000 10001101 110010 1000011

Color Harmonies of #81D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D59F

Black with #81D59F

Text Example


Text Example

White with #81D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81D59F; }

 p { color: rgb(129,213,159); }

 H1.HeaderClassName
 {
   color: #81D59F;
 }
 .AnyTagClassName
 {
   color: #81D59F;
 }
</style>

background-color css

<style>
 a { background-color: #81D59F; }

 a { background-color: rgb(129,213,159); }

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

border-color css

<style>
 span { border-color: #81D59F; }

 span { border-color: rgb(129,213,159); }

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