Html Css Color HEX #76DD8E Pastel Green

📋 copy color: '#76DD8E'

red 118 ◦ green 221 ◦ blue 142

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

Shades of Pastel Green #76DD8E

Tints of Pastel Green #76DD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 24.53%
G = 45.95%
B = 29.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#76DD8E (or 0x76DD8E) is known color: Pastel Green. HEX triplet: 76, DD and 8E. RGB value is (118,221,142). Sum of RGB (Red+Green+Blue) = 118+221+142=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD8E is #892271. Grayscale: #B5B5B5. Windows color (decimal): -8987250 or 9362806. OLE color: 9362806.

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

Color convert

RGB 118 221 142 -
CMYK 0.47 0 0.36 0.13
HSL 133.98º 0.6% 0.66% -
HSV(B) 133.98º 0.47% 0.87% -
XYZ 38.21 57.52 34.68 -
YUV 181.2 105.88 82.92 -
System Red Green Blue C M Y K H S L
Decimal 118 221 142 0.47 0 0.36 0.13 133.98 0.6 0.66
Hex 76 DD 8E 2F 0 24 D 86 3C 42
Octal 166 335 216 57 0 44 15 206 74 102
Binary 1110110 11011101 10001110 101111 0 100100 1101 10000110 111100 1000010

Color Harmonies of #76DD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD8E

Black with #76DD8E

Text Example


Text Example

White with #76DD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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