Html Css Color HEX #74EA84 Pastel Green

📋 copy color: '#74EA84'

red 116 ◦ green 234 ◦ blue 132

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

Shades of Pastel Green #74EA84

Tints of Pastel Green #74EA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 24.07%
G = 48.55%
B = 27.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#74EA84 (or 0x74EA84) is known color: Pastel Green. HEX triplet: 74, EA and 84. RGB value is (116,234,132). Sum of RGB (Red+Green+Blue) = 116+234+132=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EA84 is #8B157B. Grayscale: #BBBBBB. Windows color (decimal): -9115004 or 8710772. OLE color: 8710772.

HSL color Cylindrical-coordinate representation of color #74EA84: hue angle of 128.14º 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 #74EA84 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 132 -
CMYK 0.50 0 0.44 0.08
HSL 128.14º 0.74% 0.69% -
HSV(B) 128.14º 0.5% 0.92% -
XYZ 40.79 64.22 32.08 -
YUV 187.09 96.91 77.29 -
System Red Green Blue C M Y K H S L
Decimal 116 234 132 0.50 0 0.44 0.08 128.14 0.74 0.69
Hex 74 EA 84 32 0 2C 8 80 4A 45
Octal 164 352 204 62 0 54 10 200 112 105
Binary 1110100 11101010 10000100 110010 0 101100 1000 10000000 1001010 1000101

Color Harmonies of #74EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EA84

Black with #74EA84

Text Example


Text Example

White with #74EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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