Html Css Color HEX #76D078 Pastel Green

📋 copy color: '#76D078'

red 118 ◦ green 208 ◦ blue 120

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

Shades of Pastel Green #76D078

Tints of Pastel Green #76D078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 26.46%
G = 46.64%
B = 26.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#76D078 (or 0x76D078) is known color: Pastel Green. HEX triplet: 76, D0 and 78. RGB value is (118,208,120). Sum of RGB (Red+Green+Blue) = 118+208+120=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #76D078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D078 is #892F87. Grayscale: #ABABAB. Windows color (decimal): -8990600 or 7917686. OLE color: 7917686.

HSL color Cylindrical-coordinate representation of color #76D078: hue angle of 121.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D078 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 120 -
CMYK 0.43 0 0.42 0.18
HSL 121.33º 0.49% 0.64% -
HSV(B) 121.33º 0.43% 0.82% -
XYZ 33.42 50.32 25.72 -
YUV 171.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 118 208 120 0.43 0 0.42 0.18 121.33 0.49 0.64
Hex 76 D0 78 2B 0 2A 12 79 31 40
Octal 166 320 170 53 0 52 22 171 61 100
Binary 1110110 11010000 1111000 101011 0 101010 10010 1111001 110001 1000000

Color Harmonies of #76D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D078

Black with #76D078

Text Example


Text Example

White with #76D078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,120); }

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

background-color css

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

 a { background-color: rgb(118,208,120); }

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

border-color css

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

 span { border-color: rgb(118,208,120); }

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