Html Css Color HEX #76E680 Pastel Green

📋 copy color: '#76E680'

red 118 ◦ green 230 ◦ blue 128

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

Shades of Pastel Green #76E680

Tints of Pastel Green #76E680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.32%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 24.79%
G = 48.32%
B = 26.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#76E680 (or 0x76E680) is known color: Pastel Green. HEX triplet: 76, E6 and 80. RGB value is (118,230,128). Sum of RGB (Red+Green+Blue) = 118+230+128=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #76E680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E680 is #89197F. Grayscale: #B9B9B9. Windows color (decimal): -8984960 or 8447606. OLE color: 8447606.

HSL color Cylindrical-coordinate representation of color #76E680: hue angle of 125.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E680 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 230 128 -
CMYK 0.49 0 0.44 0.10
HSL 125.36º 0.69% 0.68% -
HSV(B) 125.36º 0.49% 0.9% -
XYZ 39.66 62 30.3 -
YUV 184.88 95.89 80.29 -
System Red Green Blue C M Y K H S L
Decimal 118 230 128 0.49 0 0.44 0.10 125.36 0.69 0.68
Hex 76 E6 80 31 0 2C A 7D 45 44
Octal 166 346 200 61 0 54 12 175 105 104
Binary 1110110 11100110 10000000 110001 0 101100 1010 1111101 1000101 1000100

Color Harmonies of #76E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E680

Black with #76E680

Text Example


Text Example

White with #76E680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,230,128); }

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

background-color css

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

 a { background-color: rgb(118,230,128); }

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

border-color css

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

 span { border-color: rgb(118,230,128); }

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