Html Css Color HEX #76EA8A Pastel Green

📋 copy color: '#76EA8A'

red 118 ◦ green 234 ◦ blue 138

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

Shades of Pastel Green #76EA8A

Tints of Pastel Green #76EA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 24.08%
G = 47.76%
B = 28.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#76EA8A (or 0x76EA8A) is known color: Pastel Green. HEX triplet: 76, EA and 8A. RGB value is (118,234,138). Sum of RGB (Red+Green+Blue) = 118+234+138=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EA8A is #891575. Grayscale: #BCBCBC. Windows color (decimal): -8983926 or 9103990. OLE color: 9103990.

HSL color Cylindrical-coordinate representation of color #76EA8A: hue angle of 130.34º 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 #76EA8A is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 138 -
CMYK 0.50 0 0.41 0.08
HSL 130.34º 0.73% 0.69% -
HSV(B) 130.34º 0.5% 0.92% -
XYZ 41.48 64.53 34.31 -
YUV 188.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 118 234 138 0.50 0 0.41 0.08 130.34 0.73 0.69
Hex 76 EA 8A 32 0 29 8 82 49 45
Octal 166 352 212 62 0 51 10 202 111 105
Binary 1110110 11101010 10001010 110010 0 101001 1000 10000010 1001001 1000101

Color Harmonies of #76EA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EA8A

Black with #76EA8A

Text Example


Text Example

White with #76EA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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