Html Css Color HEX #74C775 Pastel Green

📋 copy color: '#74C775'

red 116 ◦ green 199 ◦ blue 117

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

Shades of Pastel Green #74C775

Tints of Pastel Green #74C775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

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

R = 26.85%
G = 46.06%
B = 27.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#74C775 (or 0x74C775) is known color: Pastel Green. HEX triplet: 74, C7 and 75. RGB value is (116,199,117). Sum of RGB (Red+Green+Blue) = 116+199+117=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #74C775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C775 is #8B388A. Grayscale: #A5A5A5. Windows color (decimal): -9123979 or 7718772. OLE color: 7718772.

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

Color convert

RGB 116 199 117 -
CMYK 0.42 0 0.41 0.22
HSL 120.72º 0.43% 0.62% -
HSV(B) 120.72º 0.42% 0.78% -
XYZ 30.84 45.84 24.05 -
YUV 164.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 116 199 117 0.42 0 0.41 0.22 120.72 0.43 0.62
Hex 74 C7 75 2A 0 29 16 79 2B 3E
Octal 164 307 165 52 0 51 26 171 53 76
Binary 1110100 11000111 1110101 101010 0 101001 10110 1111001 101011 111110

Color Harmonies of #74C775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C775

Black with #74C775

Text Example


Text Example

White with #74C775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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