Html Css Color HEX #76DA7F Pastel Green

📋 copy color: '#76DA7F'

red 118 ◦ green 218 ◦ blue 127

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

Shades of Pastel Green #76DA7F

Tints of Pastel Green #76DA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 127 (50% from 255) = 27.43%

R = 25.49%
G = 47.08%
B = 27.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#76DA7F (or 0x76DA7F) is known color: Pastel Green. HEX triplet: 76, DA and 7F. RGB value is (118,218,127). Sum of RGB (Red+Green+Blue) = 118+218+127=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DA7F is #892580. Grayscale: #B1B1B1. Windows color (decimal): -8988033 or 8378998. OLE color: 8378998.

HSL color Cylindrical-coordinate representation of color #76DA7F: hue angle of 125.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DA7F is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 127 -
CMYK 0.46 0 0.42 0.15
HSL 125.4º 0.57% 0.66% -
HSV(B) 125.4º 0.46% 0.85% -
XYZ 36.37 55.53 28.88 -
YUV 177.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 118 218 127 0.46 0 0.42 0.15 125.4 0.57 0.66
Hex 76 DA 7F 2E 0 2A F 7D 39 42
Octal 166 332 177 56 0 52 17 175 71 102
Binary 1110110 11011010 1111111 101110 0 101010 1111 1111101 111001 1000010

Color Harmonies of #76DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DA7F

Black with #76DA7F

Text Example


Text Example

White with #76DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,127); }

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

background-color css

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

 a { background-color: rgb(118,218,127); }

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

border-color css

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

 span { border-color: rgb(118,218,127); }

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