#7FF174

Color #7FF174 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7FF174

Tints of Pastel Green #7FF174

Color information

#7FF174 (or 0x7FF174) is unknown color: approx Pastel Green. HEX triplet: 7F, F1 and 74. RGB value is (127,241,116). Sum of RGB (Red+Green+Blue) = 127+241+116=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF174 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF174 is #800E8B. Grayscale: #C1C1C1. Windows color (decimal): -8392332 or 7663999. OLE color: 7663999.

HSL color Cylindrical-coordinate representation of color #7FF174: hue angle of 114.72º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FF174 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB127241116-
CMYK0.4700.520.05
HSL114.72º81.7%70%-
HSV(B)114.72º51.87%94.51%-
XYZ43.3668.6827.49-
YUV192.6684.7381.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=26.24%
G=49.79%
B=23.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272411160.4700.520.05114.7281.770
Hex7FF1742F0345735246
Octal177361164570645163122106
Binary11111111111000111101001011110110100101111001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FF174;
 }
 .AnyTagClassName
 {
   color: #7FF174;
 }
</style>
background-color css

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

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

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

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

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

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