Html Css Color HEX #76DD81 Pastel Green

📋 copy color: '#76DD81'

red 118 ◦ green 221 ◦ blue 129

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

Shades of Pastel Green #76DD81

Tints of Pastel Green #76DD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.56%

R = 25.21%
G = 47.22%
B = 27.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#76DD81 (or 0x76DD81) is known color: Pastel Green. HEX triplet: 76, DD and 81. RGB value is (118,221,129). Sum of RGB (Red+Green+Blue) = 118+221+129=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD81 is #89227E. Grayscale: #B3B3B3. Windows color (decimal): -8987263 or 8510838. OLE color: 8510838.

HSL color Cylindrical-coordinate representation of color #76DD81: hue angle of 126.41º 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 #76DD81 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 129 -
CMYK 0.47 0 0.42 0.13
HSL 126.41º 0.6% 0.66% -
HSV(B) 126.41º 0.47% 0.87% -
XYZ 37.29 57.15 29.83 -
YUV 179.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 118 221 129 0.47 0 0.42 0.13 126.41 0.6 0.66
Hex 76 DD 81 2F 0 2A D 7E 3C 42
Octal 166 335 201 57 0 52 15 176 74 102
Binary 1110110 11011101 10000001 101111 0 101010 1101 1111110 111100 1000010

Color Harmonies of #76DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD81

Black with #76DD81

Text Example


Text Example

White with #76DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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