Html Css Color HEX #7FDC74 Pastel Green

📋 copy color: '#7FDC74'

red 127 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #7FDC74

Tints of Pastel Green #7FDC74

RGB

 RED value IS 127 (50% from 255) = 27.43%

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

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

R = 27.43%
G = 47.52%
B = 25.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#7FDC74 (or 0x7FDC74) is known color: Pastel Green. HEX triplet: 7F, DC and 74. RGB value is (127,220,116). Sum of RGB (Red+Green+Blue) = 127+220+116=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDC74 is #80238B. Grayscale: #B4B4B4. Windows color (decimal): -8397708 or 7658623. OLE color: 7658623.

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

Color convert

RGB 127 220 116 -
CMYK 0.42 0 0.47 0.14
HSL 113.65º 0.6% 0.66% -
HSV(B) 113.65º 0.47% 0.86% -
XYZ 37.5 56.96 25.54 -
YUV 180.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 127 220 116 0.42 0 0.47 0.14 113.65 0.6 0.66
Hex 7F DC 74 2A 0 2F E 72 3C 42
Octal 177 334 164 52 0 57 16 162 74 102
Binary 1111111 11011100 1110100 101010 0 101111 1110 1110010 111100 1000010

Color Harmonies of #7FDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDC74

Black with #7FDC74

Text Example


Text Example

White with #7FDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FDC74; }

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

 H1.HeaderClassName
 {
   color: #7FDC74;
 }
 .AnyTagClassName
 {
   color: #7FDC74;
 }
</style>

background-color css

<style>
 a { background-color: #7FDC74; }

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

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

border-color css

<style>
 span { border-color: #7FDC74; }

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

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