Html Css Color HEX #76EB8C Pastel Green

📋 copy color: '#76EB8C'

red 118 ◦ green 235 ◦ blue 140

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

Shades of Pastel Green #76EB8C

Tints of Pastel Green #76EB8C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 23.94%
G = 47.67%
B = 28.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#76EB8C (or 0x76EB8C) is known color: Pastel Green. HEX triplet: 76, EB and 8C. RGB value is (118,235,140). Sum of RGB (Red+Green+Blue) = 118+235+140=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #76EB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EB8C is #891473. Grayscale: #BDBDBD. Windows color (decimal): -8983668 or 9235318. OLE color: 9235318.

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

Color convert

RGB 118 235 140 -
CMYK 0.50 0 0.40 0.08
HSL 131.28º 0.75% 0.69% -
HSV(B) 131.28º 0.5% 0.92% -
XYZ 41.91 65.16 35.18 -
YUV 189.19 100.24 77.22 -
System Red Green Blue C M Y K H S L
Decimal 118 235 140 0.50 0 0.40 0.08 131.28 0.75 0.69
Hex 76 EB 8C 32 0 28 8 83 4B 45
Octal 166 353 214 62 0 50 10 203 113 105
Binary 1110110 11101011 10001100 110010 0 101000 1000 10000011 1001011 1000101

Color Harmonies of #76EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EB8C

Black with #76EB8C

Text Example


Text Example

White with #76EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,235,140); }

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

background-color css

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

 a { background-color: rgb(118,235,140); }

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

border-color css

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

 span { border-color: rgb(118,235,140); }

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