Html Css Color HEX #74EF84 Pastel Green

📋 copy color: '#74EF84'

red 116 ◦ green 239 ◦ blue 132

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

Shades of Pastel Green #74EF84

Tints of Pastel Green #74EF84

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

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

R = 23.82%
G = 49.08%
B = 27.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#74EF84 (or 0x74EF84) is known color: Pastel Green. HEX triplet: 74, EF and 84. RGB value is (116,239,132). Sum of RGB (Red+Green+Blue) = 116+239+132=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EF84 is #8B107B. Grayscale: #BEBEBE. Windows color (decimal): -9113724 or 8712052. OLE color: 8712052.

HSL color Cylindrical-coordinate representation of color #74EF84: hue angle of 127.8º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EF84 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 132 -
CMYK 0.51 0 0.45 0.06
HSL 127.8º 0.79% 0.7% -
HSV(B) 127.8º 0.51% 0.94% -
XYZ 42.23 67.11 32.56 -
YUV 190.03 95.25 75.2 -
System Red Green Blue C M Y K H S L
Decimal 116 239 132 0.51 0 0.45 0.06 127.8 0.79 0.7
Hex 74 EF 84 33 0 2D 6 80 4F 46
Octal 164 357 204 63 0 55 6 200 117 106
Binary 1110100 11101111 10000100 110011 0 101101 110 10000000 1001111 1000110

Color Harmonies of #74EF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EF84

Black with #74EF84

Text Example


Text Example

White with #74EF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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