Html Css Color HEX #76EA81 Pastel Green

📋 copy color: '#76EA81'

red 118 ◦ green 234 ◦ blue 129

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

Shades of Pastel Green #76EA81

Tints of Pastel Green #76EA81

RGB

 RED value IS 118 (46.48% from 255) = 24.53%

 GREEN value IS 234 (91.8% from 255) = 48.65%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 24.53%
G = 48.65%
B = 26.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#76EA81 (or 0x76EA81) is known color: Pastel Green. HEX triplet: 76, EA and 81. RGB value is (118,234,129). Sum of RGB (Red+Green+Blue) = 118+234+129=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EA81 is #89157E. Grayscale: #BBBBBB. Windows color (decimal): -8983935 or 8514166. OLE color: 8514166.

HSL color Cylindrical-coordinate representation of color #76EA81: hue angle of 125.69º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EA81 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 129 -
CMYK 0.50 0 0.45 0.08
HSL 125.69º 0.73% 0.69% -
HSV(B) 125.69º 0.5% 0.92% -
XYZ 40.86 64.28 31.02 -
YUV 187.35 95.07 78.54 -
System Red Green Blue C M Y K H S L
Decimal 118 234 129 0.50 0 0.45 0.08 125.69 0.73 0.69
Hex 76 EA 81 32 0 2D 8 7E 49 45
Octal 166 352 201 62 0 55 10 176 111 105
Binary 1110110 11101010 10000001 110010 0 101101 1000 1111110 1001001 1000101

Color Harmonies of #76EA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EA81

Black with #76EA81

Text Example


Text Example

White with #76EA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76EA81; }

 p { color: rgb(118,234,129); }

 H1.HeaderClassName
 {
   color: #76EA81;
 }
 .AnyTagClassName
 {
   color: #76EA81;
 }
</style>

background-color css

<style>
 a { background-color: #76EA81; }

 a { background-color: rgb(118,234,129); }

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

border-color css

<style>
 span { border-color: #76EA81; }

 span { border-color: rgb(118,234,129); }

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