#7FF675

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

Shades of Pastel Green #7FF675

Tints of Pastel Green #7FF675

Color information

#7FF675 (or 0x7FF675) is unknown color: approx Pastel Green. HEX triplet: 7F, F6 and 75. RGB value is (127,246,117). Sum of RGB (Red+Green+Blue) = 127+246+117=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF675 is #80098A. Grayscale: #C4C4C4. Windows color (decimal): -8391051 or 7730815. OLE color: 7730815.

HSL color Cylindrical-coordinate representation of color #7FF675: hue angle of 115.35º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FF675 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB127246117-
CMYK0.4800.520.04
HSL115.35º87.76%71.18%-
HSV(B)115.35º52.44%96.47%-
XYZ44.9271.7128.3-
YUV195.7183.5878.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 246 (96.48% from 255) = 50.20%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=25.92%
G=50.20%
B=23.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272461170.4800.520.04115.3587.7671.18
Hex7FF675300344735847
Octal177366165600644163130107
Binary11111111111011011101011100000110100100111001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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