Html Css Color HEX #76D475 Pastel Green

📋 copy color: '#76D475'

red 118 ◦ green 212 ◦ blue 117

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

Shades of Pastel Green #76D475

Tints of Pastel Green #76D475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 26.4%
G = 47.43%
B = 26.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#76D475 (or 0x76D475) is known color: Pastel Green. HEX triplet: 76, D4 and 75. RGB value is (118,212,117). Sum of RGB (Red+Green+Blue) = 118+212+117=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #76D475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D475 is #892B8A. Grayscale: #ADADAD. Windows color (decimal): -8989579 or 7722102. OLE color: 7722102.

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

Color convert

RGB 118 212 117 -
CMYK 0.44 0 0.45 0.17
HSL 119.37º 0.52% 0.65% -
HSV(B) 119.37º 0.45% 0.83% -
XYZ 34.23 52.22 25.11 -
YUV 173.06 96.36 88.72 -
System Red Green Blue C M Y K H S L
Decimal 118 212 117 0.44 0 0.45 0.17 119.37 0.52 0.65
Hex 76 D4 75 2C 0 2D 11 77 34 41
Octal 166 324 165 54 0 55 21 167 64 101
Binary 1110110 11010100 1110101 101100 0 101101 10001 1110111 110100 1000001

Color Harmonies of #76D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D475

Black with #76D475

Text Example


Text Example

White with #76D475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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