Html Css Color HEX #74C675 Pastel Green

📋 copy color: '#74C675'

red 116 ◦ green 198 ◦ blue 117

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

Shades of Pastel Green #74C675

Tints of Pastel Green #74C675

RGB

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

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

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

R = 26.91%
G = 45.94%
B = 27.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#74C675 (or 0x74C675) is known color: Pastel Green. HEX triplet: 74, C6 and 75. RGB value is (116,198,117). Sum of RGB (Red+Green+Blue) = 116+198+117=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #74C675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C675 is #8B398A. Grayscale: #A4A4A4. Windows color (decimal): -9124235 or 7718516. OLE color: 7718516.

HSL color Cylindrical-coordinate representation of color #74C675: hue angle of 120.73º 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 #74C675 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 117 -
CMYK 0.41 0 0.41 0.22
HSL 120.73º 0.42% 0.62% -
HSV(B) 120.73º 0.41% 0.78% -
XYZ 30.61 45.39 23.98 -
YUV 164.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 116 198 117 0.41 0 0.41 0.22 120.73 0.42 0.62
Hex 74 C6 75 29 0 29 16 79 2A 3E
Octal 164 306 165 51 0 51 26 171 52 76
Binary 1110100 11000110 1110101 101001 0 101001 10110 1111001 101010 111110

Color Harmonies of #74C675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C675

Black with #74C675

Text Example


Text Example

White with #74C675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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