Html Css Color HEX #74E775 Pastel Green

📋 copy color: '#74E775'

red 116 ◦ green 231 ◦ blue 117

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

Shades of Pastel Green #74E775

Tints of Pastel Green #74E775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.78%

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

R = 25%
G = 49.78%
B = 25.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#74E775 (or 0x74E775) is known color: Pastel Green. HEX triplet: 74, E7 and 75. RGB value is (116,231,117). Sum of RGB (Red+Green+Blue) = 116+231+117=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #74E775 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E775 is #8B188A. Grayscale: #B7B7B7. Windows color (decimal): -9115787 or 7726964. OLE color: 7726964.

HSL color Cylindrical-coordinate representation of color #74E775: hue angle of 120.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E775 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 231 117 -
CMYK 0.50 0 0.49 0.09
HSL 120.52º 0.71% 0.68% -
HSV(B) 120.52º 0.5% 0.91% -
XYZ 38.99 62.15 26.77 -
YUV 183.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 116 231 117 0.50 0 0.49 0.09 120.52 0.71 0.68
Hex 74 E7 75 32 0 31 9 79 47 44
Octal 164 347 165 62 0 61 11 171 107 104
Binary 1110100 11100111 1110101 110010 0 110001 1001 1111001 1000111 1000100

Color Harmonies of #74E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E775

Black with #74E775

Text Example


Text Example

White with #74E775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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