Html Css Color HEX #76E961 Pastel Green

📋 copy color: '#76E961'

red 118 ◦ green 233 ◦ blue 97

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

Shades of Pastel Green #76E961

Tints of Pastel Green #76E961

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.01%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 26.34%
G = 52.01%
B = 21.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#76E961 (or 0x76E961) is known color: Pastel Green. HEX triplet: 76, E9 and 61. RGB value is (118,233,97). Sum of RGB (Red+Green+Blue) = 118+233+97=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #76E961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E961 is #89169E. Grayscale: #B7B7B7. Windows color (decimal): -8984223 or 6416758. OLE color: 6416758.

HSL color Cylindrical-coordinate representation of color #76E961: hue angle of 110.74º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76E961 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 233 97 -
CMYK 0.49 0 0.58 0.09
HSL 110.74º 0.76% 0.65% -
HSV(B) 110.74º 0.58% 0.91% -
XYZ 38.77 62.99 21.42 -
YUV 183.11 79.4 81.56 -
System Red Green Blue C M Y K H S L
Decimal 118 233 97 0.49 0 0.58 0.09 110.74 0.76 0.65
Hex 76 E9 61 31 0 3A 9 6F 4C 41
Octal 166 351 141 61 0 72 11 157 114 101
Binary 1110110 11101001 1100001 110001 0 111010 1001 1101111 1001100 1000001

Color Harmonies of #76E961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E961

Black with #76E961

Text Example


Text Example

White with #76E961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,233,97); }

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

background-color css

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

 a { background-color: rgb(118,233,97); }

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

border-color css

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

 span { border-color: rgb(118,233,97); }

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