Html Css Color HEX #74EA86 Pastel Green

📋 copy color: '#74EA86'

red 116 ◦ green 234 ◦ blue 134

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

Shades of Pastel Green #74EA86

Tints of Pastel Green #74EA86

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

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

R = 23.97%
G = 48.35%
B = 27.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#74EA86 (or 0x74EA86) is known color: Pastel Green. HEX triplet: 74, EA and 86. RGB value is (116,234,134). Sum of RGB (Red+Green+Blue) = 116+234+134=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EA86 is #8B1579. Grayscale: #BBBBBB. Windows color (decimal): -9115002 or 8841844. OLE color: 8841844.

HSL color Cylindrical-coordinate representation of color #74EA86: hue angle of 129.15º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EA86 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 134 -
CMYK 0.50 0 0.43 0.08
HSL 129.15º 0.74% 0.69% -
HSV(B) 129.15º 0.5% 0.92% -
XYZ 40.93 64.28 32.8 -
YUV 187.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 116 234 134 0.50 0 0.43 0.08 129.15 0.74 0.69
Hex 74 EA 86 32 0 2B 8 81 4A 45
Octal 164 352 206 62 0 53 10 201 112 105
Binary 1110100 11101010 10000110 110010 0 101011 1000 10000001 1001010 1000101

Color Harmonies of #74EA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EA86

Black with #74EA86

Text Example


Text Example

White with #74EA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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