Html Css Color HEX #76ED8A Pastel Green

📋 copy color: '#76ED8A'

red 118 ◦ green 237 ◦ blue 138

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

Shades of Pastel Green #76ED8A

Tints of Pastel Green #76ED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.07%

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

R = 23.94%
G = 48.07%
B = 27.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#76ED8A (or 0x76ED8A) is known color: Pastel Green. HEX triplet: 76, ED and 8A. RGB value is (118,237,138). Sum of RGB (Red+Green+Blue) = 118+237+138=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #76ED8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76ED8A is #891275. Grayscale: #BEBEBE. Windows color (decimal): -8983158 or 9104758. OLE color: 9104758.

HSL color Cylindrical-coordinate representation of color #76ED8A: hue angle of 130.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ED8A is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 237 138 -
CMYK 0.50 0 0.42 0.07
HSL 130.08º 0.77% 0.7% -
HSV(B) 130.08º 0.5% 0.93% -
XYZ 42.34 66.25 34.6 -
YUV 190.13 98.58 76.55 -
System Red Green Blue C M Y K H S L
Decimal 118 237 138 0.50 0 0.42 0.07 130.08 0.77 0.7
Hex 76 ED 8A 32 0 2A 7 82 4D 46
Octal 166 355 212 62 0 52 7 202 115 106
Binary 1110110 11101101 10001010 110010 0 101010 111 10000010 1001101 1000110

Color Harmonies of #76ED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ED8A

Black with #76ED8A

Text Example


Text Example

White with #76ED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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