Html Css Color HEX #74EC81 Pastel Green

📋 copy color: '#74EC81'

red 116 ◦ green 236 ◦ blue 129

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

Shades of Pastel Green #74EC81

Tints of Pastel Green #74EC81

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 24.12%
G = 49.06%
B = 26.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#74EC81 (or 0x74EC81) is known color: Pastel Green. HEX triplet: 74, EC and 81. RGB value is (116,236,129). Sum of RGB (Red+Green+Blue) = 116+236+129=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EC81 is #8B137E. Grayscale: #BCBCBC. Windows color (decimal): -9114495 or 8514676. OLE color: 8514676.

HSL color Cylindrical-coordinate representation of color #74EC81: hue angle of 126.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EC81 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 129 -
CMYK 0.51 0 0.45 0.07
HSL 126.5º 0.76% 0.69% -
HSV(B) 126.5º 0.51% 0.93% -
XYZ 41.16 65.29 31.2 -
YUV 187.92 94.74 76.7 -
System Red Green Blue C M Y K H S L
Decimal 116 236 129 0.51 0 0.45 0.07 126.5 0.76 0.69
Hex 74 EC 81 33 0 2D 7 7E 4C 45
Octal 164 354 201 63 0 55 7 176 114 105
Binary 1110100 11101100 10000001 110011 0 101101 111 1111110 1001100 1000101

Color Harmonies of #74EC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EC81

Black with #74EC81

Text Example


Text Example

White with #74EC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,236,129); }

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

background-color css

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

 a { background-color: rgb(116,236,129); }

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

border-color css

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

 span { border-color: rgb(116,236,129); }

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