Html Css Color HEX #74D886 Pastel Green

📋 copy color: '#74D886'

red 116 ◦ green 216 ◦ blue 134

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

Shades of Pastel Green #74D886

Tints of Pastel Green #74D886

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.35%

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

R = 24.89%
G = 46.35%
B = 28.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#74D886 (or 0x74D886) is known color: Pastel Green. HEX triplet: 74, D8 and 86. RGB value is (116,216,134). Sum of RGB (Red+Green+Blue) = 116+216+134=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #74D886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D886 is #8B2779. Grayscale: #B0B0B0. Windows color (decimal): -9119610 or 8837236. OLE color: 8837236.

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

Color convert

RGB 116 216 134 -
CMYK 0.46 0 0.38 0.15
HSL 130.8º 0.56% 0.65% -
HSV(B) 130.8º 0.46% 0.85% -
XYZ 36.06 54.55 31.18 -
YUV 176.75 103.87 84.67 -
System Red Green Blue C M Y K H S L
Decimal 116 216 134 0.46 0 0.38 0.15 130.8 0.56 0.65
Hex 74 D8 86 2E 0 26 F 83 38 41
Octal 164 330 206 56 0 46 17 203 70 101
Binary 1110100 11011000 10000110 101110 0 100110 1111 10000011 111000 1000001

Color Harmonies of #74D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D886

Black with #74D886

Text Example


Text Example

White with #74D886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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