Html Css Color HEX #74DC78 Pastel Green

📋 copy color: '#74DC78'

red 116 ◦ green 220 ◦ blue 120

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

Shades of Pastel Green #74DC78

Tints of Pastel Green #74DC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 25.44%
G = 48.25%
B = 26.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#74DC78 (or 0x74DC78) is known color: Pastel Green. HEX triplet: 74, DC and 78. RGB value is (116,220,120). Sum of RGB (Red+Green+Blue) = 116+220+120=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC78 is #8B2387. Grayscale: #B1B1B1. Windows color (decimal): -9118600 or 7920756. OLE color: 7920756.

HSL color Cylindrical-coordinate representation of color #74DC78: hue angle of 122.31º 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 #74DC78 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 120 -
CMYK 0.47 0 0.45 0.14
HSL 122.31º 0.6% 0.66% -
HSV(B) 122.31º 0.47% 0.86% -
XYZ 36.19 56.26 26.72 -
YUV 177.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 116 220 120 0.47 0 0.45 0.14 122.31 0.6 0.66
Hex 74 DC 78 2F 0 2D E 7A 3C 42
Octal 164 334 170 57 0 55 16 172 74 102
Binary 1110100 11011100 1111000 101111 0 101101 1110 1111010 111100 1000010

Color Harmonies of #74DC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC78

Black with #74DC78

Text Example


Text Example

White with #74DC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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