Html Css Color HEX #7FDC82 Pastel Green

📋 copy color: '#7FDC82'

red 127 ◦ green 220 ◦ blue 130

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

Shades of Pastel Green #7FDC82

Tints of Pastel Green #7FDC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 26.62%
G = 46.12%
B = 27.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#7FDC82 (or 0x7FDC82) is known color: Pastel Green. HEX triplet: 7F, DC and 82. RGB value is (127,220,130). Sum of RGB (Red+Green+Blue) = 127+220+130=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC82 is #80237D. Grayscale: #B6B6B6. Windows color (decimal): -8397694 or 8576127. OLE color: 8576127.

HSL color Cylindrical-coordinate representation of color #7FDC82: hue angle of 121.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDC82 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 220 130 -
CMYK 0.42 0 0.41 0.14
HSL 121.94º 0.57% 0.68% -
HSV(B) 121.94º 0.42% 0.86% -
XYZ 38.37 57.31 30.16 -
YUV 181.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 127 220 130 0.42 0 0.41 0.14 121.94 0.57 0.68
Hex 7F DC 82 2A 0 29 E 7A 39 44
Octal 177 334 202 52 0 51 16 172 71 104
Binary 1111111 11011100 10000010 101010 0 101001 1110 1111010 111001 1000100

Color Harmonies of #7FDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDC82

Black with #7FDC82

Text Example


Text Example

White with #7FDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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