Html Css Color HEX #7FDC75 Pastel Green

📋 copy color: '#7FDC75'

red 127 ◦ green 220 ◦ blue 117

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

Shades of Pastel Green #7FDC75

Tints of Pastel Green #7FDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 27.37%
G = 47.41%
B = 25.22%

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

#7FDC75 (or 0x7FDC75) is known color: Pastel Green. HEX triplet: 7F, DC and 75. RGB value is (127,220,117). Sum of RGB (Red+Green+Blue) = 127+220+117=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDC75 is #80238A. Grayscale: #B4B4B4. Windows color (decimal): -8397707 or 7724159. OLE color: 7724159.

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

Color convert

RGB 127 220 117 -
CMYK 0.42 0 0.47 0.14
HSL 114.17º 0.6% 0.66% -
HSV(B) 114.17º 0.47% 0.86% -
XYZ 37.56 56.98 25.85 -
YUV 180.45 92.19 89.88 -
System Red Green Blue C M Y K H S L
Decimal 127 220 117 0.42 0 0.47 0.14 114.17 0.6 0.66
Hex 7F DC 75 2A 0 2F E 72 3C 42
Octal 177 334 165 52 0 57 16 162 74 102
Binary 1111111 11011100 1110101 101010 0 101111 1110 1110010 111100 1000010

Color Harmonies of #7FDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDC75

Black with #7FDC75

Text Example


Text Example

White with #7FDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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