Html Css Color HEX #74F586 Pastel Green

📋 copy color: '#74F586'

red 116 ◦ green 245 ◦ blue 134

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

Shades of Pastel Green #74F586

Tints of Pastel Green #74F586

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.49%

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 23.43%
G = 49.49%
B = 27.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#74F586 (or 0x74F586) is known color: Pastel Green. HEX triplet: 74, F5 and 86. RGB value is (116,245,134). Sum of RGB (Red+Green+Blue) = 116+245+134=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #74F586 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F586 is #8B0A79. Grayscale: #C2C2C2. Windows color (decimal): -9112186 or 8844660. OLE color: 8844660.

HSL color Cylindrical-coordinate representation of color #74F586: hue angle of 128.37º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F586 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 245 134 -
CMYK 0.53 0 0.45 0.04
HSL 128.37º 0.87% 0.71% -
HSV(B) 128.37º 0.53% 0.96% -
XYZ 44.16 70.74 33.88 -
YUV 193.78 94.26 72.53 -
System Red Green Blue C M Y K H S L
Decimal 116 245 134 0.53 0 0.45 0.04 128.37 0.87 0.71
Hex 74 F5 86 35 0 2D 4 80 57 47
Octal 164 365 206 65 0 55 4 200 127 107
Binary 1110100 11110101 10000110 110101 0 101101 100 10000000 1010111 1000111

Color Harmonies of #74F586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F586

Black with #74F586

Text Example


Text Example

White with #74F586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,245,134); }

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

background-color css

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

 a { background-color: rgb(116,245,134); }

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

border-color css

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

 span { border-color: rgb(116,245,134); }

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