Html Css Color HEX #74D080 Pastel Green

📋 copy color: '#74D080'

red 116 ◦ green 208 ◦ blue 128

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

Shades of Pastel Green #74D080

Tints of Pastel Green #74D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

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

R = 25.66%
G = 46.02%
B = 28.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#74D080 (or 0x74D080) is known color: Pastel Green. HEX triplet: 74, D0 and 80. RGB value is (116,208,128). Sum of RGB (Red+Green+Blue) = 116+208+128=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #74D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D080 is #8B2F7F. Grayscale: #ABABAB. Windows color (decimal): -9121664 or 8441972. OLE color: 8441972.

HSL color Cylindrical-coordinate representation of color #74D080: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D080 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 128 -
CMYK 0.44 0 0.38 0.18
HSL 127.83º 0.49% 0.64% -
HSV(B) 127.83º 0.44% 0.82% -
XYZ 33.65 50.38 28.37 -
YUV 171.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 116 208 128 0.44 0 0.38 0.18 127.83 0.49 0.64
Hex 74 D0 80 2C 0 26 12 80 31 40
Octal 164 320 200 54 0 46 22 200 61 100
Binary 1110100 11010000 10000000 101100 0 100110 10010 10000000 110001 1000000

Color Harmonies of #74D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D080

Black with #74D080

Text Example


Text Example

White with #74D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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