Html Css Color HEX #74D786 Pastel Green

📋 copy color: '#74D786'

red 116 ◦ green 215 ◦ blue 134

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

Shades of Pastel Green #74D786

Tints of Pastel Green #74D786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

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

R = 24.95%
G = 46.24%
B = 28.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#74D786 (or 0x74D786) is known color: Pastel Green. HEX triplet: 74, D7 and 86. RGB value is (116,215,134). Sum of RGB (Red+Green+Blue) = 116+215+134=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #74D786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D786 is #8B2879. Grayscale: #B0B0B0. Windows color (decimal): -9119866 or 8836980. OLE color: 8836980.

HSL color Cylindrical-coordinate representation of color #74D786: hue angle of 130.91º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D786 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 134 -
CMYK 0.46 0 0.38 0.16
HSL 130.91º 0.55% 0.65% -
HSV(B) 130.91º 0.46% 0.84% -
XYZ 35.81 54.04 31.1 -
YUV 176.17 104.2 85.09 -
System Red Green Blue C M Y K H S L
Decimal 116 215 134 0.46 0 0.38 0.16 130.91 0.55 0.65
Hex 74 D7 86 2E 0 26 10 83 37 41
Octal 164 327 206 56 0 46 20 203 67 101
Binary 1110100 11010111 10000110 101110 0 100110 10000 10000011 110111 1000001

Color Harmonies of #74D786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D786

Black with #74D786

Text Example


Text Example

White with #74D786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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