Html Css Color HEX #74DC74 Pastel Green

📋 copy color: '#74DC74'

red 116 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #74DC74

Tints of Pastel Green #74DC74

RGB

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

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

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

R = 25.66%
G = 48.67%
B = 25.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#74DC74 (or 0x74DC74) is known color: Pastel Green. HEX triplet: 74, DC and 74. RGB value is (116,220,116). Sum of RGB (Red+Green+Blue) = 116+220+116=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC74 is #8B238B. Grayscale: #B1B1B1. Windows color (decimal): -9118604 or 7658612. OLE color: 7658612.

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

Color convert

RGB 116 220 116 -
CMYK 0.47 0 0.47 0.14
HSL 120º 0.6% 0.66% -
HSV(B) 120º 0.47% 0.86% -
XYZ 35.95 56.16 25.47 -
YUV 177.05 93.54 84.46 -
System Red Green Blue C M Y K H S L
Decimal 116 220 116 0.47 0 0.47 0.14 120 0.6 0.66
Hex 74 DC 74 2F 0 2F E 78 3C 42
Octal 164 334 164 57 0 57 16 170 74 102
Binary 1110100 11011100 1110100 101111 0 101111 1110 1111000 111100 1000010

Color Harmonies of #74DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC74

Black with #74DC74

Text Example


Text Example

White with #74DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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