Html Css Color HEX #76D482 Pastel Green

📋 copy color: '#76D482'

red 118 ◦ green 212 ◦ blue 130

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

Shades of Pastel Green #76D482

Tints of Pastel Green #76D482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 25.65%
G = 46.09%
B = 28.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#76D482 (or 0x76D482) is known color: Pastel Green. HEX triplet: 76, D4 and 82. RGB value is (118,212,130). Sum of RGB (Red+Green+Blue) = 118+212+130=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #76D482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D482 is #892B7D. Grayscale: #AEAEAE. Windows color (decimal): -8989566 or 8574070. OLE color: 8574070.

HSL color Cylindrical-coordinate representation of color #76D482: hue angle of 127.66º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D482 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 212 130 -
CMYK 0.44 0 0.39 0.17
HSL 127.66º 0.52% 0.65% -
HSV(B) 127.66º 0.44% 0.83% -
XYZ 35.04 52.55 29.42 -
YUV 174.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 118 212 130 0.44 0 0.39 0.17 127.66 0.52 0.65
Hex 76 D4 82 2C 0 27 11 80 34 41
Octal 166 324 202 54 0 47 21 200 64 101
Binary 1110110 11010100 10000010 101100 0 100111 10001 10000000 110100 1000001

Color Harmonies of #76D482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D482

Black with #76D482

Text Example


Text Example

White with #76D482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,212,130); }

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

background-color css

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

 a { background-color: rgb(118,212,130); }

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

border-color css

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

 span { border-color: rgb(118,212,130); }

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