Html Css Color HEX #76EC85 Pastel Green

📋 copy color: '#76EC85'

red 118 ◦ green 236 ◦ blue 133

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

Shades of Pastel Green #76EC85

Tints of Pastel Green #76EC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.46%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 24.23%
G = 48.46%
B = 27.31%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#76EC85 (or 0x76EC85) is known color: Pastel Green. HEX triplet: 76, EC and 85. RGB value is (118,236,133). Sum of RGB (Red+Green+Blue) = 118+236+133=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EC85 is #89137A. Grayscale: #BDBDBD. Windows color (decimal): -8983419 or 8776822. OLE color: 8776822.

HSL color Cylindrical-coordinate representation of color #76EC85: hue angle of 127.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EC85 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 133 -
CMYK 0.5 0 0.44 0.07
HSL 127.63º 0.76% 0.69% -
HSV(B) 127.63º 0.5% 0.93% -
XYZ 41.7 65.54 32.64 -
YUV 188.98 96.41 77.38 -
System Red Green Blue C M Y K H S L
Decimal 118 236 133 0.5 0 0.44 0.07 127.63 0.76 0.69
Hex 76 EC 85 32 0 2C 7 80 4C 45
Octal 166 354 205 62 0 54 7 200 114 105
Binary 1110110 11101100 10000101 110010 0 101100 111 10000000 1001100 1000101

Color Harmonies of #76EC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EC85

Black with #76EC85

Text Example


Text Example

White with #76EC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,236,133); }

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

background-color css

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

 a { background-color: rgb(118,236,133); }

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

border-color css

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

 span { border-color: rgb(118,236,133); }

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