Html Css Color HEX #74C676 Pastel Green

📋 copy color: '#74C676'

red 116 ◦ green 198 ◦ blue 118

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

Shades of Pastel Green #74C676

Tints of Pastel Green #74C676

RGB

 RED value IS 116 (45.7% from 255) = 26.85%

 GREEN value IS 198 (77.73% from 255) = 45.83%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 26.85%
G = 45.83%
B = 27.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#74C676 (or 0x74C676) is known color: Pastel Green. HEX triplet: 74, C6 and 76. RGB value is (116,198,118). Sum of RGB (Red+Green+Blue) = 116+198+118=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #74C676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C676 is #8B3989. Grayscale: #A4A4A4. Windows color (decimal): -9124234 or 7784052. OLE color: 7784052.

HSL color Cylindrical-coordinate representation of color #74C676: hue angle of 121.46º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C676 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 118 -
CMYK 0.41 0 0.40 0.22
HSL 121.46º 0.42% 0.62% -
HSV(B) 121.46º 0.41% 0.78% -
XYZ 30.67 45.41 24.29 -
YUV 164.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 116 198 118 0.41 0 0.40 0.22 121.46 0.42 0.62
Hex 74 C6 76 29 0 28 16 79 2A 3E
Octal 164 306 166 51 0 50 26 171 52 76
Binary 1110100 11000110 1110110 101001 0 101000 10110 1111001 101010 111110

Color Harmonies of #74C676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C676

Black with #74C676

Text Example


Text Example

White with #74C676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C676; }

 p { color: rgb(116,198,118); }

 H1.HeaderClassName
 {
   color: #74C676;
 }
 .AnyTagClassName
 {
   color: #74C676;
 }
</style>

background-color css

<style>
 a { background-color: #74C676; }

 a { background-color: rgb(116,198,118); }

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

border-color css

<style>
 span { border-color: #74C676; }

 span { border-color: rgb(116,198,118); }

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