Html Css Color HEX #74DC80 Pastel Green

📋 copy color: '#74DC80'

red 116 ◦ green 220 ◦ blue 128

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

Shades of Pastel Green #74DC80

Tints of Pastel Green #74DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 25%
G = 47.41%
B = 27.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#74DC80 (or 0x74DC80) is known color: Pastel Green. HEX triplet: 74, DC and 80. RGB value is (116,220,128). Sum of RGB (Red+Green+Blue) = 116+220+128=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC80 is #8B237F. Grayscale: #B2B2B2. Windows color (decimal): -9118592 or 8445044. OLE color: 8445044.

HSL color Cylindrical-coordinate representation of color #74DC80: hue angle of 126.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC80 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 128 -
CMYK 0.47 0 0.42 0.14
HSL 126.92º 0.6% 0.66% -
HSV(B) 126.92º 0.47% 0.86% -
XYZ 36.69 56.46 29.39 -
YUV 178.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 116 220 128 0.47 0 0.42 0.14 126.92 0.6 0.66
Hex 74 DC 80 2F 0 2A E 7F 3C 42
Octal 164 334 200 57 0 52 16 177 74 102
Binary 1110100 11011100 10000000 101111 0 101010 1110 1111111 111100 1000010

Color Harmonies of #74DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC80

Black with #74DC80

Text Example


Text Example

White with #74DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,128); }

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

background-color css

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

 a { background-color: rgb(116,220,128); }

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

border-color css

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

 span { border-color: rgb(116,220,128); }

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