Html Css Color HEX #76DD8A Pastel Green

📋 copy color: '#76DD8A'

red 118 ◦ green 221 ◦ blue 138

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

Shades of Pastel Green #76DD8A

Tints of Pastel Green #76DD8A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 24.74%
G = 46.33%
B = 28.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#76DD8A (or 0x76DD8A) is known color: Pastel Green. HEX triplet: 76, DD and 8A. RGB value is (118,221,138). Sum of RGB (Red+Green+Blue) = 118+221+138=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD8A is #892275. Grayscale: #B4B4B4. Windows color (decimal): -8987254 or 9100662. OLE color: 9100662.

HSL color Cylindrical-coordinate representation of color #76DD8A: hue angle of 131.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DD8A is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 138 -
CMYK 0.47 0 0.38 0.13
HSL 131.65º 0.6% 0.66% -
HSV(B) 131.65º 0.47% 0.87% -
XYZ 37.92 57.4 33.13 -
YUV 180.74 103.88 83.25 -
System Red Green Blue C M Y K H S L
Decimal 118 221 138 0.47 0 0.38 0.13 131.65 0.6 0.66
Hex 76 DD 8A 2F 0 26 D 84 3C 42
Octal 166 335 212 57 0 46 15 204 74 102
Binary 1110110 11011101 10001010 101111 0 100110 1101 10000100 111100 1000010

Color Harmonies of #76DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD8A

Black with #76DD8A

Text Example


Text Example

White with #76DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,138); }

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

background-color css

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

 a { background-color: rgb(118,221,138); }

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

border-color css

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

 span { border-color: rgb(118,221,138); }

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